#0F958F

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

Shades of Dark Cyan #0F958F

Tints of Dark Cyan #0F958F

Color information

#0F958F (or 0x0F958F) is unknown color: approx Dark Cyan. HEX triplet: 0F, 95 and 8F. RGB value is (15,149,143). Sum of RGB (Red+Green+Blue) = 15+149+143=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #0F958F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F958F is #F06A70. Grayscale: #6C6C6C. Windows color (decimal): -15755889 or 9409807. OLE color: 9409807.

HSL color Cylindrical-coordinate representation of color #0F958F: hue angle of 177.31º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F958F is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB15149143-
CMYK0.9000.040.42
HSL177.31º81.71%32.16%-
HSV(B)177.31º89.93%58.43%-
XYZ15.923.5829.7-
YUV108.25147.6161.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.89%
GREEN value IS 149 (58.59% from 255) = 48.53%
BLUE value IS 143 (56.25% from 255) = 46.58%
R=4.89%
G=48.53%
B=46.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151491430.9000.040.42177.3181.7132.16
HexF958F5A042Ab15220
Octal17225217132045226112240
Binary1111100101011000111110110100100101010101100011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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