Html Css Color HEX #008F89 Dark Cyan

📋 copy color: '#008F89'

red 0 ◦ green 143 ◦ blue 137

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

Shades of Dark Cyan #008F89

Tints of Dark Cyan #008F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.93%

R = 0%
G = 51.07%
B = 48.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#008F89 (or 0x008F89) is known color: Dark Cyan. HEX triplet: 00, 8F and 89. RGB value is (0,143,137). Sum of RGB (Red+Green+Blue) = 0+143+137=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #008F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008F89 is #FF7076. Grayscale: #636363. Windows color (decimal): -16740471 or 9015040. OLE color: 9015040.

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

Color convert

RGB 0 143 137 -
CMYK 1 0 0.04 0.44
HSL 177.48º 1% 0.28% -
HSV(B) 177.48º 1% 0.56% -
XYZ 14.34 21.45 27.05 -
YUV 99.56 149.12 56.99 -
System Red Green Blue C M Y K H S L
Decimal 0 143 137 1 0 0.04 0.44 177.48 1 0.28
Hex 0 8F 89 64 0 4 2C B1 64 1C
Octal 0 217 211 144 0 4 54 261 144 34
Binary 0 10001111 10001001 1100100 0 100 101100 10110001 1100100 11100

Color Harmonies of #008F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F89

Black with #008F89

Text Example


Text Example

White with #008F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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