#129BAB

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

Shades of Pelorous #129BAB

Tints of Pelorous #129BAB

Color information

#129BAB (or 0x129BAB) is unknown color: approx Pelorous. HEX triplet: 12, 9B and AB. RGB value is (18,155,171). Sum of RGB (Red+Green+Blue) = 18+155+171=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #129BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129BAB is #ED6454. Grayscale: #737373. Windows color (decimal): -15557717 or 11246354. OLE color: 11246354.

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

Color convert

RGB18155171-
CMYK0.890.0900.33
HSL186.27º80.95%37.06%-
HSV(B)186.27º89.47%67.06%-
XYZ19.3226.5142.63-
YUV115.86159.1158.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.23%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=5.23%
G=45.06%
B=49.71%

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
Decimal181551710.890.0900.33186.2780.9537.06
Hex129BAB599021ba5125
Octal222332531311104127212145
Binary100101001101110101011101100110010100001101110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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