#129DAA

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

Shades of Pelorous #129DAA

Tints of Pelorous #129DAA

Color information

#129DAA (or 0x129DAA) is unknown color: approx Pelorous. HEX triplet: 12, 9D and AA. RGB value is (18,157,170). Sum of RGB (Red+Green+Blue) = 18+157+170=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #129DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129DAA is #ED6255. Grayscale: #747474. Windows color (decimal): -15557206 or 11181330. OLE color: 11181330.

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

Color convert

RGB18157170-
CMYK0.890.0800.33
HSL185.13º80.85%36.86%-
HSV(B)185.13º89.41%66.67%-
XYZ19.5627.1442.24-
YUV116.92157.9557.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.22%
GREEN value IS 157 (61.72% from 255) = 45.51%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=5.22%
G=45.51%
B=49.28%

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
Decimal181571700.890.0800.33185.1380.8536.86
Hex129DAA598021b95125
Octal222352521311004127112145
Binary100101001110110101010101100110000100001101110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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