Html Css Color HEX #129BAA Pelorous

📋 copy color: '#129BAA'

red 18 ◦ green 155 ◦ blue 170

#129BAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #129BAA

Tints of Pelorous #129BAA

RGB

 RED value IS 18 (7.42% from 255) = 5.25%

 GREEN value IS 155 (60.94% from 255) = 45.19%

 BLUE value IS 170 (66.8% from 255) = 49.56%

R = 5.25%
G = 45.19%
B = 49.56%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#129BAA (or 0x129BAA) is known color: Pelorous. HEX triplet: 12, 9B and AA. RGB value is (18,155,170). Sum of RGB (Red+Green+Blue) = 18+155+170=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #129BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129BAA is #ED6455. Grayscale: #737373. Windows color (decimal): -15557718 or 11180818. OLE color: 11180818.

HSL color Cylindrical-coordinate representation of color #129BAA: hue angle of 185.92º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129BAA is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 155 170 -
CMYK 0.89 0.09 0 0.33
HSL 185.92º 0.81% 0.37% -
HSV(B) 185.92º 0.89% 0.67% -
XYZ 19.23 26.47 42.13 -
YUV 115.75 158.61 58.28 -
System Red Green Blue C M Y K H S L
Decimal 18 155 170 0.89 0.09 0 0.33 185.92 0.81 0.37
Hex 12 9B AA 59 9 0 21 BA 51 25
Octal 22 233 252 131 11 0 41 272 121 45
Binary 10010 10011011 10101010 1011001 1001 0 100001 10111010 1010001 100101

Color Harmonies of #129BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BAA

Black with #129BAA

Text Example


Text Example

White with #129BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129BAA; }

 p { color: rgb(18,155,170); }

 H1.HeaderClassName
 {
   color: #129BAA;
 }
 .AnyTagClassName
 {
   color: #129BAA;
 }
</style>

background-color css

<style>
 a { background-color: #129BAA; }

 a { background-color: rgb(18,155,170); }

 div.DivClassName
 {
   background-color: #129BAA;
 }
 .BgClassName
 {
   background-color: #129BAA;
 }
</style>

border-color css

<style>
 span { border-color: #129BAA; }

 span { border-color: rgb(18,155,170); }

 td.TdClassName
 {
   border-color: #129BAA;
 }
 .TagClassName
 {
   border-color: #129BAA;
 }
</style>