Html Css Color HEX #008F7E Observatory

📋 copy color: '#008F7E'

red 0 ◦ green 143 ◦ blue 126

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

Shades of Observatory #008F7E

Tints of Observatory #008F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 46.84%

R = 0%
G = 53.16%
B = 46.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#008F7E (or 0x008F7E) is known color: Observatory. HEX triplet: 00, 8F and 7E. RGB value is (0,143,126). Sum of RGB (Red+Green+Blue) = 0+143+126=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #008F7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F7E is #FF7081. Grayscale: #626262. Windows color (decimal): -16740482 or 8294144. OLE color: 8294144.

HSL color Cylindrical-coordinate representation of color #008F7E: hue angle of 172.87º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F7E is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 143 126 -
CMYK 1 0 0.12 0.44
HSL 172.87º 1% 0.28% -
HSV(B) 172.87º 1% 0.56% -
XYZ 13.59 21.15 23.11 -
YUV 98.31 143.62 57.88 -
System Red Green Blue C M Y K H S L
Decimal 0 143 126 1 0 0.12 0.44 172.87 1 0.28
Hex 0 8F 7E 64 0 C 2C AD 64 1C
Octal 0 217 176 144 0 14 54 255 144 34
Binary 0 10001111 1111110 1100100 0 1100 101100 10101101 1100100 11100

Color Harmonies of #008F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F7E

Black with #008F7E

Text Example


Text Example

White with #008F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,143,126); }

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

background-color css

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

 a { background-color: rgb(0,143,126); }

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

border-color css

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

 span { border-color: rgb(0,143,126); }

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