#129FAB

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

Shades of Pelorous #129FAB

Tints of Pelorous #129FAB

Color information

#129FAB (or 0x129FAB) is unknown color: approx Pelorous. HEX triplet: 12, 9F and AB. RGB value is (18,159,171). Sum of RGB (Red+Green+Blue) = 18+159+171=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #129FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129FAB is #ED6054. Grayscale: #767676. Windows color (decimal): -15556693 or 11247378. OLE color: 11247378.

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

Color convert

RGB18159171-
CMYK0.890.0700.33
HSL184.71º80.95%37.06%-
HSV(B)184.71º89.47%67.06%-
XYZ2027.8742.85-
YUV118.21157.7956.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.17%
GREEN value IS 159 (62.5% from 255) = 45.69%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=5.17%
G=45.69%
B=49.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181591710.890.0700.33184.7180.9537.06
Hex129FAB597021b95125
Octal22237253131704127112145
Binary10010100111111010101110110011110100001101110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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