#0F9886

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

Shades of Dark Cyan #0F9886

Tints of Dark Cyan #0F9886

Color information

#0F9886 (or 0x0F9886) is unknown color: approx Dark Cyan. HEX triplet: 0F, 98 and 86. RGB value is (15,152,134). Sum of RGB (Red+Green+Blue) = 15+152+134=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9886 is #F06779. Grayscale: #6C6C6C. Windows color (decimal): -15755130 or 8820751. OLE color: 8820751.

HSL color Cylindrical-coordinate representation of color #0F9886: hue angle of 172.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9886 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB15152134-
CMYK0.9000.120.40
HSL172.12º82.04%32.75%-
HSV(B)172.12º90.13%59.61%-
XYZ15.7324.2826.41-
YUV108.98142.1160.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.98%
GREEN value IS 152 (59.77% from 255) = 50.50%
BLUE value IS 134 (52.73% from 255) = 44.52%
R=4.98%
G=50.50%
B=44.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151521340.9000.120.40172.1282.0432.75
HexF98865A0C28ac5221
Octal172302061320145025412241
Binary11111001100010000110101101001100101000101011001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,152,134); }

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

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

 a { background-color: rgb(15,152,134); }

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

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

 span { border-color: rgb(15,152,134); }

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