Html Css Color HEX #129AAA Pelorous

📋 copy color: '#129AAA'

red 18 ◦ green 154 ◦ blue 170

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

Shades of Pelorous #129AAA

Tints of Pelorous #129AAA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.03%

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

R = 5.26%
G = 45.03%
B = 49.71%

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

#129AAA (or 0x129AAA) is known color: Pelorous. HEX triplet: 12, 9A and AA. RGB value is (18,154,170). Sum of RGB (Red+Green+Blue) = 18+154+170=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #129AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AAA is #ED6555. Grayscale: #727272. Windows color (decimal): -15557974 or 11180562. OLE color: 11180562.

HSL color Cylindrical-coordinate representation of color #129AAA: hue angle of 186.32º 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 #129AAA is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 154 170 -
CMYK 0.89 0.09 0 0.33
HSL 186.32º 0.81% 0.37% -
HSV(B) 186.32º 0.89% 0.67% -
XYZ 19.06 26.14 42.07 -
YUV 115.16 158.94 58.7 -
System Red Green Blue C M Y K H S L
Decimal 18 154 170 0.89 0.09 0 0.33 186.32 0.81 0.37
Hex 12 9A AA 59 9 0 21 BA 51 25
Octal 22 232 252 131 11 0 41 272 121 45
Binary 10010 10011010 10101010 1011001 1001 0 100001 10111010 1010001 100101

Color Harmonies of #129AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AAA

Black with #129AAA

Text Example


Text Example

White with #129AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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