Html Css Color HEX #0F8D7F Dark Cyan

📋 copy color: '#0F8D7F'

red 15 ◦ green 141 ◦ blue 127

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

Shades of Dark Cyan #0F8D7F

Tints of Dark Cyan #0F8D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 49.82%

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

R = 5.3%
G = 49.82%
B = 44.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#0F8D7F (or 0x0F8D7F) is known color: Dark Cyan. HEX triplet: 0F, 8D and 7F. RGB value is (15,141,127). Sum of RGB (Red+Green+Blue) = 15+141+127=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8D7F is #F07280. Grayscale: #656565. Windows color (decimal): -15757953 or 8359183. OLE color: 8359183.

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

Color convert

RGB 15 141 127 -
CMYK 0.89 0 0.10 0.45
HSL 173.33º 0.81% 0.31% -
HSV(B) 173.33º 0.89% 0.55% -
XYZ 13.55 20.68 23.36 -
YUV 101.73 142.26 66.14 -
System Red Green Blue C M Y K H S L
Decimal 15 141 127 0.89 0 0.10 0.45 173.33 0.81 0.31
Hex F 8D 7F 59 0 A 2D AD 51 1F
Octal 17 215 177 131 0 12 55 255 121 37
Binary 1111 10001101 1111111 1011001 0 1010 101101 10101101 1010001 11111

Color Harmonies of #0F8D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8D7F

Black with #0F8D7F

Text Example


Text Example

White with #0F8D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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