Html Css Color HEX #129CAA Pelorous

📋 copy color: '#129CAA'

red 18 ◦ green 156 ◦ blue 170

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

Shades of Pelorous #129CAA

Tints of Pelorous #129CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.35%

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

R = 5.23%
G = 45.35%
B = 49.42%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#129CAA (or 0x129CAA) is known color: Pelorous. HEX triplet: 12, 9C and AA. RGB value is (18,156,170). Sum of RGB (Red+Green+Blue) = 18+156+170=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #129CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129CAA is #ED6355. Grayscale: #747474. Windows color (decimal): -15557462 or 11181074. OLE color: 11181074.

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

Color convert

RGB 18 156 170 -
CMYK 0.89 0.08 0 0.33
HSL 185.53º 0.81% 0.37% -
HSV(B) 185.53º 0.89% 0.67% -
XYZ 19.39 26.81 42.18 -
YUV 116.33 158.28 57.86 -
System Red Green Blue C M Y K H S L
Decimal 18 156 170 0.89 0.08 0 0.33 185.53 0.81 0.37
Hex 12 9C AA 59 8 0 21 BA 51 25
Octal 22 234 252 131 10 0 41 272 121 45
Binary 10010 10011100 10101010 1011001 1000 0 100001 10111010 1010001 100101

Color Harmonies of #129CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CAA

Black with #129CAA

Text Example


Text Example

White with #129CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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