#129DAC

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

Shades of Pelorous #129DAC

Tints of Pelorous #129DAC

Color information

#129DAC (or 0x129DAC) is unknown color: approx Pelorous. HEX triplet: 12, 9D and AC. RGB value is (18,157,172). Sum of RGB (Red+Green+Blue) = 18+157+172=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #129DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129DAC is #ED6253. Grayscale: #747474. Windows color (decimal): -15557204 or 11312402. OLE color: 11312402.

HSL color Cylindrical-coordinate representation of color #129DAC: hue angle of 185.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129DAC is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18157172-
CMYK0.900.0900.33
HSL185.84º81.05%37.25%-
HSV(B)185.84º89.53%67.45%-
XYZ19.7527.2243.24-
YUV117.15158.9557.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.19%
GREEN value IS 157 (61.72% from 255) = 45.24%
BLUE value IS 172 (67.58% from 255) = 49.57%
R=5.19%
G=45.24%
B=49.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181571720.900.0900.33185.8481.0537.25
Hex129DAC5A9021ba5125
Octal222352541321104127212145
Binary100101001110110101100101101010010100001101110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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