#129CAA

Color #129CAA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #129CAA

Tints of Pelorous #129CAA

Color information

#129CAA (or 0x129CAA) is unknown color: approx 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

RGB18156170-
CMYK0.890.0800.33
HSL185.53º80.85%36.86%-
HSV(B)185.53º89.41%66.67%-
XYZ19.3926.8142.18-
YUV116.33158.2857.86-

RGB Variations

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

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.80% from 255) = 49.42%
R=5.23%
G=45.35%
B=49.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181561700.890.0800.33185.5380.8536.86
Hex129CAA598021ba5125
Octal222342521311004127212145
Binary100101001110010101010101100110000100001101110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>