Html Css Color HEX #088E77 Observatory

📋 copy color: '#088E77'

red 8 ◦ green 142 ◦ blue 119

#088E77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #088E77

Tints of Observatory #088E77

RGB

 RED value IS 8 (3.52% from 255) = 2.97%

 GREEN value IS 142 (55.86% from 255) = 52.79%

 BLUE value IS 119 (46.88% from 255) = 44.24%

R = 2.97%
G = 52.79%
B = 44.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#088E77 (or 0x088E77) is known color: Observatory. HEX triplet: 08, 8E and 77. RGB value is (8,142,119). Sum of RGB (Red+Green+Blue) = 8+142+119=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #088E77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088E77 is #F77188. Grayscale: #636363. Windows color (decimal): -16216457 or 7835144. OLE color: 7835144.

HSL color Cylindrical-coordinate representation of color #088E77: hue angle of 169.7º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088E77 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 142 119 -
CMYK 0.94 0 0.16 0.44
HSL 169.7º 0.89% 0.29% -
HSV(B) 169.7º 0.94% 0.56% -
XYZ 13.1 20.73 20.76 -
YUV 99.31 139.11 62.87 -
System Red Green Blue C M Y K H S L
Decimal 8 142 119 0.94 0 0.16 0.44 169.7 0.89 0.29
Hex 8 8E 77 5E 0 10 2C AA 59 1D
Octal 10 216 167 136 0 20 54 252 131 35
Binary 1000 10001110 1110111 1011110 0 10000 101100 10101010 1011001 11101

Color Harmonies of #088E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088E77

Black with #088E77

Text Example


Text Example

White with #088E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088E77; }

 p { color: rgb(8,142,119); }

 H1.HeaderClassName
 {
   color: #088E77;
 }
 .AnyTagClassName
 {
   color: #088E77;
 }
</style>

background-color css

<style>
 a { background-color: #088E77; }

 a { background-color: rgb(8,142,119); }

 div.DivClassName
 {
   background-color: #088E77;
 }
 .BgClassName
 {
   background-color: #088E77;
 }
</style>

border-color css

<style>
 span { border-color: #088E77; }

 span { border-color: rgb(8,142,119); }

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