#0F8689

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

Shades of Dark Cyan #0F8689

Tints of Dark Cyan #0F8689

Color information

#0F8689 (or 0x0F8689) is unknown color: approx Dark Cyan. HEX triplet: 0F, 86 and 89. RGB value is (15,134,137). Sum of RGB (Red+Green+Blue) = 15+134+137=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F8689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8689 is #F07976. Grayscale: #626262. Windows color (decimal): -15759735 or 9012751. OLE color: 9012751.

HSL color Cylindrical-coordinate representation of color #0F8689: hue angle of 181.48º 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 #0F8689 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB15134137-
CMYK0.890.0200.46
HSL181.48º80.26%29.8%-
HSV(B)181.48º89.05%53.73%-
XYZ13.2418.9626.63-
YUV98.76149.5868.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.24%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=5.24%
G=46.85%
B=47.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal151341370.890.0200.46181.4880.2629.8
HexF868959202Eb5501e
Octal17206211131205626512036
Binary11111000011010001001101100110010111010110101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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