Html Css Color HEX #008F7F Dark Cyan

📋 copy color: '#008F7F'

red 0 ◦ green 143 ◦ blue 127

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

Shades of Dark Cyan #008F7F

Tints of Dark Cyan #008F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.04%

R = 0%
G = 52.96%
B = 47.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#008F7F (or 0x008F7F) is known color: Dark Cyan. HEX triplet: 00, 8F and 7F. RGB value is (0,143,127). Sum of RGB (Red+Green+Blue) = 0+143+127=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 143 (56.25% from 255 or 52.96% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 143 - color contains mainly: green. Hex color #008F7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F7F is #FF7080. Grayscale: #626262. Windows color (decimal): -16740481 or 8359680. OLE color: 8359680.

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

Color convert

RGB 0 143 127 -
CMYK 1 0 0.11 0.44
HSL 173.29º 1% 0.28% -
HSV(B) 173.29º 1% 0.56% -
XYZ 13.65 21.18 23.45 -
YUV 98.42 144.12 57.8 -
System Red Green Blue C M Y K H S L
Decimal 0 143 127 1 0 0.11 0.44 173.29 1 0.28
Hex 0 8F 7F 64 0 B 2C AD 64 1C
Octal 0 217 177 144 0 13 54 255 144 34
Binary 0 10001111 1111111 1100100 0 1011 101100 10101101 1100100 11100

Color Harmonies of #008F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F7F

Black with #008F7F

Text Example


Text Example

White with #008F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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