Html Css Color HEX #088F68 Observatory

📋 copy color: '#088F68'

red 8 ◦ green 143 ◦ blue 104

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

Shades of Observatory #088F68

Tints of Observatory #088F68

RGB

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

 GREEN value IS 143 (56.25% from 255) = 56.08%

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 3.14%
G = 56.08%
B = 40.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#088F68 (or 0x088F68) is known color: Observatory. HEX triplet: 08, 8F and 68. RGB value is (8,143,104). Sum of RGB (Red+Green+Blue) = 8+143+104=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 143 (56.25% from 255 or 56.08% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 143 - color contains mainly: green. Hex color #088F68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088F68 is #F77097. Grayscale: #626262. Windows color (decimal): -16216216 or 6852360. OLE color: 6852360.

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

Color convert

RGB 8 143 104 -
CMYK 0.94 0 0.27 0.44
HSL 162.67º 0.89% 0.3% -
HSV(B) 162.67º 0.94% 0.56% -
XYZ 12.42 20.7 16.44 -
YUV 98.19 131.27 63.67 -
System Red Green Blue C M Y K H S L
Decimal 8 143 104 0.94 0 0.27 0.44 162.67 0.89 0.3
Hex 8 8F 68 5E 0 1B 2C A3 59 1E
Octal 10 217 150 136 0 33 54 243 131 36
Binary 1000 10001111 1101000 1011110 0 11011 101100 10100011 1011001 11110

Color Harmonies of #088F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088F68

Black with #088F68

Text Example


Text Example

White with #088F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,143,104); }

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

background-color css

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

 a { background-color: rgb(8,143,104); }

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

border-color css

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

 span { border-color: rgb(8,143,104); }

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