Html Css Color HEX #0F8E7F Dark Cyan

📋 copy color: '#0F8E7F'

red 15 ◦ green 142 ◦ blue 127

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

Shades of Dark Cyan #0F8E7F

Tints of Dark Cyan #0F8E7F

RGB

 RED value IS 15 (6.25% from 255) = 5.28%

 GREEN value IS 142 (55.86% from 255) = 50%

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

R = 5.28%
G = 50%
B = 44.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#0F8E7F (or 0x0F8E7F) is known color: Dark Cyan. HEX triplet: 0F, 8E and 7F. RGB value is (15,142,127). Sum of RGB (Red+Green+Blue) = 15+142+127=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #0F8E7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8E7F is #F07180. Grayscale: #666666. Windows color (decimal): -15757697 or 8359439. OLE color: 8359439.

HSL color Cylindrical-coordinate representation of color #0F8E7F: hue angle of 172.91º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8E7F is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 142 127 -
CMYK 0.89 0 0.11 0.44
HSL 172.91º 0.81% 0.31% -
HSV(B) 172.91º 0.89% 0.56% -
XYZ 13.7 20.98 23.41 -
YUV 102.32 141.92 65.72 -
System Red Green Blue C M Y K H S L
Decimal 15 142 127 0.89 0 0.11 0.44 172.91 0.81 0.31
Hex F 8E 7F 59 0 B 2C AD 51 1F
Octal 17 216 177 131 0 13 54 255 121 37
Binary 1111 10001110 1111111 1011001 0 1011 101100 10101101 1010001 11111

Color Harmonies of #0F8E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8E7F

Black with #0F8E7F

Text Example


Text Example

White with #0F8E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F8E7F; }

 p { color: rgb(15,142,127); }

 H1.HeaderClassName
 {
   color: #0F8E7F;
 }
 .AnyTagClassName
 {
   color: #0F8E7F;
 }
</style>

background-color css

<style>
 a { background-color: #0F8E7F; }

 a { background-color: rgb(15,142,127); }

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

border-color css

<style>
 span { border-color: #0F8E7F; }

 span { border-color: rgb(15,142,127); }

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