#0F968F

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

Shades of Dark Cyan #0F968F

Tints of Dark Cyan #0F968F

Color information

#0F968F (or 0x0F968F) is unknown color: approx Dark Cyan. HEX triplet: 0F, 96 and 8F. RGB value is (15,150,143). Sum of RGB (Red+Green+Blue) = 15+150+143=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #0F968F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F968F is #F06970. Grayscale: #6C6C6C. Windows color (decimal): -15755633 or 9410063. OLE color: 9410063.

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

Color convert

RGB15150143-
CMYK0.900.050.41
HSL176.89º81.82%32.35%-
HSV(B)176.89º90%58.82%-
XYZ16.0623.929.75-
YUV108.84147.2761.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.87%
GREEN value IS 150 (58.98% from 255) = 48.70%
BLUE value IS 143 (56.25% from 255) = 46.43%
R=4.87%
G=48.70%
B=46.43%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151501430.900.050.41176.8981.8232.35
HexF968F5A0529b15220
Octal17226217132055126112240
Binary1111100101101000111110110100101101001101100011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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