Html Css Color HEX #008A66 Observatory

📋 copy color: '#008A66'

red 0 ◦ green 138 ◦ blue 102

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

Shades of Observatory #008A66

Tints of Observatory #008A66

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 138 (54.3% from 255) = 57.5%

 BLUE value IS 102 (40.23% from 255) = 42.5%

R = 0%
G = 57.5%
B = 42.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#008A66 (or 0x008A66) is known color: Observatory. HEX triplet: 00, 8A and 66. RGB value is (0,138,102). Sum of RGB (Red+Green+Blue) = 0+138+102=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #008A66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A66 is #FF7599. Grayscale: #5C5C5C. Windows color (decimal): -16741786 or 6720000. OLE color: 6720000.

HSL color Cylindrical-coordinate representation of color #008A66: hue angle of 164.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A66 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 138 102 -
CMYK 1 0 0.26 0.46
HSL 164.35º 1% 0.27% -
HSV(B) 164.35º 1% 0.54% -
XYZ 11.49 19.14 15.66 -
YUV 92.63 133.28 61.93 -
System Red Green Blue C M Y K H S L
Decimal 0 138 102 1 0 0.26 0.46 164.35 1 0.27
Hex 0 8A 66 64 0 1A 2E A4 64 1B
Octal 0 212 146 144 0 32 56 244 144 33
Binary 0 10001010 1100110 1100100 0 11010 101110 10100100 1100100 11011

Color Harmonies of #008A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008A66

Black with #008A66

Text Example


Text Example

White with #008A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008A66; }

 p { color: rgb(0,138,102); }

 H1.HeaderClassName
 {
   color: #008A66;
 }
 .AnyTagClassName
 {
   color: #008A66;
 }
</style>

background-color css

<style>
 a { background-color: #008A66; }

 a { background-color: rgb(0,138,102); }

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

border-color css

<style>
 span { border-color: #008A66; }

 span { border-color: rgb(0,138,102); }

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