Html Css Color HEX #008F7C Observatory

📋 copy color: '#008F7C'

red 0 ◦ green 143 ◦ blue 124

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

Shades of Observatory #008F7C

Tints of Observatory #008F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.44%

R = 0%
G = 53.56%
B = 46.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#008F7C (or 0x008F7C) is known color: Observatory. HEX triplet: 00, 8F and 7C. RGB value is (0,143,124). Sum of RGB (Red+Green+Blue) = 0+143+124=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 143 (56.25% from 255 or 53.56% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 143 - color contains mainly: green. Hex color #008F7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F7C is #FF7083. Grayscale: #626262. Windows color (decimal): -16740484 or 8163072. OLE color: 8163072.

HSL color Cylindrical-coordinate representation of color #008F7C: hue angle of 172.03º 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 #008F7C is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 143 124 -
CMYK 1 0 0.13 0.44
HSL 172.03º 1% 0.28% -
HSV(B) 172.03º 1% 0.56% -
XYZ 13.46 21.1 22.43 -
YUV 98.08 142.62 58.04 -
System Red Green Blue C M Y K H S L
Decimal 0 143 124 1 0 0.13 0.44 172.03 1 0.28
Hex 0 8F 7C 64 0 D 2C AC 64 1C
Octal 0 217 174 144 0 15 54 254 144 34
Binary 0 10001111 1111100 1100100 0 1101 101100 10101100 1100100 11100

Color Harmonies of #008F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F7C

Black with #008F7C

Text Example


Text Example

White with #008F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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