#0F9890

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

Shades of Dark Cyan #0F9890

Tints of Dark Cyan #0F9890

Color information

#0F9890 (or 0x0F9890) is unknown color: approx Dark Cyan. HEX triplet: 0F, 98 and 90. RGB value is (15,152,144). Sum of RGB (Red+Green+Blue) = 15+152+144=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #0F9890 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9890 is #F0676F. Grayscale: #6E6E6E. Windows color (decimal): -15755120 or 9476111. OLE color: 9476111.

HSL color Cylindrical-coordinate representation of color #0F9890: hue angle of 176.5º 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 #0F9890 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15152144-
CMYK0.9000.050.40
HSL176.5º82.04%32.75%-
HSV(B)176.5º90.13%59.61%-
XYZ16.4624.5730.26-
YUV110.12147.1160.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.82%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=4.82%
G=48.87%
B=46.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151521440.9000.050.40176.582.0432.75
HexF98905A0528b05221
Octal17230220132055026012241
Binary1111100110001001000010110100101101000101100001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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