#129DAF

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

Shades of Pelorous #129DAF

Tints of Pelorous #129DAF

Color information

#129DAF (or 0x129DAF) is unknown color: approx Pelorous. HEX triplet: 12, 9D and AF. RGB value is (18,157,175). Sum of RGB (Red+Green+Blue) = 18+157+175=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #129DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129DAF is #ED6250. Grayscale: #757575. Windows color (decimal): -15557201 or 11509010. OLE color: 11509010.

HSL color Cylindrical-coordinate representation of color #129DAF: hue angle of 186.88º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129DAF is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB18157175-
CMYK0.900.1000.31
HSL186.88º81.35%37.84%-
HSV(B)186.88º89.71%68.63%-
XYZ20.0427.3444.78-
YUV117.49160.4557.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.14%
GREEN value IS 157 (61.72% from 255) = 44.86%
BLUE value IS 175 (68.75% from 255) = 50%
R=5.14%
G=44.86%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181571750.900.1000.31186.8881.3537.84
Hex129DAF5AA01Fbb5126
Octal222352571321203727312146
Binary10010100111011010111110110101010011111101110111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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