#0F9497

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

Shades of Dark Cyan #0F9497

Tints of Dark Cyan #0F9497

Color information

#0F9497 (or 0x0F9497) is unknown color: approx Dark Cyan. HEX triplet: 0F, 94 and 97. RGB value is (15,148,151). Sum of RGB (Red+Green+Blue) = 15+148+151=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F9497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9497 is #F06B68. Grayscale: #6C6C6C. Windows color (decimal): -15756137 or 9933839. OLE color: 9933839.

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

Color convert

RGB15148151-
CMYK0.900.0200.41
HSL181.32º81.93%32.55%-
HSV(B)181.32º90.07%59.22%-
XYZ16.3723.5232.95-
YUV108.57151.9461.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.78%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 151 (59.38% from 255) = 48.09%
R=4.78%
G=47.13%
B=48.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151481510.900.0200.41181.3281.9332.55
HexF94975A2029b55221
Octal17224227132205126512241
Binary111110010100100101111011010100101001101101011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,148,151); }

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

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

 a { background-color: rgb(15,148,151); }

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

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

 span { border-color: rgb(15,148,151); }

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