#0F8589

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

Shades of Dark Cyan #0F8589

Tints of Dark Cyan #0F8589

Color information

#0F8589 (or 0x0F8589) is unknown color: approx Dark Cyan. HEX triplet: 0F, 85 and 89. RGB value is (15,133,137). Sum of RGB (Red+Green+Blue) = 15+133+137=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F8589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8589 is #F07A76. Grayscale: #626262. Windows color (decimal): -15759991 or 9012495. OLE color: 9012495.

HSL color Cylindrical-coordinate representation of color #0F8589: hue angle of 181.97º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8589 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB15133137-
CMYK0.890.0300.46
HSL181.97º80.26%29.8%-
HSV(B)181.97º89.05%53.73%-
XYZ13.118.6826.58-
YUV98.17149.9168.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.26%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=5.26%
G=46.67%
B=48.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal151331370.890.0300.46181.9780.2629.8
HexF858959302Eb6501e
Octal17205211131305626612036
Binary11111000010110001001101100111010111010110110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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