#0F968E

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

Shades of Dark Cyan #0F968E

Tints of Dark Cyan #0F968E

Color information

#0F968E (or 0x0F968E) is unknown color: approx Dark Cyan. HEX triplet: 0F, 96 and 8E. RGB value is (15,150,142). Sum of RGB (Red+Green+Blue) = 15+150+142=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #0F968E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F968E is #F06971. Grayscale: #6C6C6C. Windows color (decimal): -15755634 or 9344527. OLE color: 9344527.

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

Color convert

RGB15150142-
CMYK0.900.050.41
HSL176.44º81.82%32.35%-
HSV(B)176.44º90%58.82%-
XYZ15.9923.8729.36-
YUV108.72146.7761.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.89%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=4.89%
G=48.86%
B=46.25%

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
Decimal151501420.900.050.41176.4481.8232.35
HexF968E5A0529b05220
Octal17226216132055126012240
Binary1111100101101000111010110100101101001101100001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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