#0F8F84

Color #0F8F84 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #0F8F84

Tints of Dark Cyan #0F8F84

Color information

#0F8F84 (or 0x0F8F84) is unknown color: approx Dark Cyan. HEX triplet: 0F, 8F and 84. RGB value is (15,143,132). Sum of RGB (Red+Green+Blue) = 15+143+132=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 143 - color contains mainly: green. Hex color #0F8F84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8F84 is #F0707B. Grayscale: #676767. Windows color (decimal): -15757436 or 8687375. OLE color: 8687375.

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

Color convert

RGB15143132-
CMYK0.9000.080.44
HSL174.84º81.01%30.98%-
HSV(B)174.84º89.51%56.08%-
XYZ14.1821.4125.22-
YUV103.47144.0964.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.17%
GREEN value IS 143 (56.25% from 255) = 49.31%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=5.17%
G=49.31%
B=45.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal151431320.9000.080.44174.8481.0130.98
HexF8F845A082Caf511f
Octal172172041320105425712137
Binary1111100011111000010010110100100010110010101111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,143,132); }

 H1.HeaderClassName
 {
   color: #0F8F84;
 }
 .AnyTagClassName
 {
   color: #0F8F84;
 }
</style>
background-color css

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

 a { background-color: rgb(15,143,132); }

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

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

 span { border-color: rgb(15,143,132); }

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