#129AA9

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

Shades of Pelorous #129AA9

Tints of Pelorous #129AA9

Color information

#129AA9 (or 0x129AA9) is unknown color: approx Pelorous. HEX triplet: 12, 9A and A9. RGB value is (18,154,169). Sum of RGB (Red+Green+Blue) = 18+154+169=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #129AA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AA9 is #ED6556. Grayscale: #727272. Windows color (decimal): -15557975 or 11115026. OLE color: 11115026.

HSL color Cylindrical-coordinate representation of color #129AA9: hue angle of 185.96º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129AA9 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB18154169-
CMYK0.890.0900.34
HSL185.96º80.75%36.67%-
HSV(B)185.96º89.35%66.27%-
XYZ18.9726.141.58-
YUV115.05158.4458.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.28%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 169 (66.41% from 255) = 49.56%
R=5.28%
G=45.16%
B=49.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181541690.890.0900.34185.9680.7536.67
Hex129AA9599022ba5125
Octal222322511311104227212145
Binary100101001101010101001101100110010100010101110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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