#129CAB

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

Shades of Pelorous #129CAB

Tints of Pelorous #129CAB

Color information

#129CAB (or 0x129CAB) is unknown color: approx Pelorous. HEX triplet: 12, 9C and AB. RGB value is (18,156,171). Sum of RGB (Red+Green+Blue) = 18+156+171=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #129CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129CAB is #ED6354. Grayscale: #747474. Windows color (decimal): -15557461 or 11246610. OLE color: 11246610.

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

Color convert

RGB18156171-
CMYK0.890.0900.33
HSL185.88º80.95%37.06%-
HSV(B)185.88º89.47%67.06%-
XYZ19.4926.8542.68-
YUV116.45158.7857.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.22%
GREEN value IS 156 (61.33% from 255) = 45.22%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=5.22%
G=45.22%
B=49.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181561710.890.0900.33185.8880.9537.06
Hex129CAB599021ba5125
Octal222342531311104127212145
Binary100101001110010101011101100110010100001101110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #129CAB;
 }
 .AnyTagClassName
 {
   color: #129CAB;
 }
</style>
background-color css

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

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

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

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

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

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