#128E7D

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

Shades of Observatory #128E7D

Tints of Observatory #128E7D

Color information

#128E7D (or 0x128E7D) is unknown color: approx Observatory. HEX triplet: 12, 8E and 7D. RGB value is (18,142,125). Sum of RGB (Red+Green+Blue) = 18+142+125=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #128E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128E7D is #ED7182. Grayscale: #666666. Windows color (decimal): -15561091 or 8228370. OLE color: 8228370.

HSL color Cylindrical-coordinate representation of color #128E7D: hue angle of 171.77º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128E7D is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB18142125-
CMYK0.8700.120.44
HSL171.77º77.5%31.37%-
HSV(B)171.77º87.32%55.69%-
XYZ13.6220.9622.73-
YUV102.99140.4267.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.32%
GREEN value IS 142 (55.86% from 255) = 49.82%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=6.32%
G=49.82%
B=43.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181421250.8700.120.44171.7777.531.37
Hex128E7D570C2Cac4e1f
Octal222161751270145425411637
Binary1001010001110111110110101110110010110010101100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128E7D; }

 p { color: rgb(18,142,125); }

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

<style>
 a { background-color: #128E7D; }

 a { background-color: rgb(18,142,125); }

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

<style>
 span { border-color: #128E7D; }

 span { border-color: rgb(18,142,125); }

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