#0F858B

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

Shades of Dark Cyan #0F858B

Tints of Dark Cyan #0F858B

Color information

#0F858B (or 0x0F858B) is unknown color: approx Dark Cyan. HEX triplet: 0F, 85 and 8B. RGB value is (15,133,139). Sum of RGB (Red+Green+Blue) = 15+133+139=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F858B is #F07A74. Grayscale: #626262. Windows color (decimal): -15759989 or 9143567. OLE color: 9143567.

HSL color Cylindrical-coordinate representation of color #0F858B: hue angle of 182.9º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F858B is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB15133139-
CMYK0.890.0400.45
HSL182.9º80.52%30.2%-
HSV(B)182.9º89.21%54.51%-
XYZ13.2418.7427.35-
YUV98.4150.9168.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=5.23%
G=46.34%
B=48.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151331390.890.0400.45182.980.5230.2
HexF858B59402Db7511e
Octal17205213131405526712136
Binary111110000101100010111011001100010110110110111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,133,139); }

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

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

 a { background-color: rgb(15,133,139); }

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

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

 span { border-color: rgb(15,133,139); }

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