#0F8789

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

Shades of Dark Cyan #0F8789

Tints of Dark Cyan #0F8789

Color information

#0F8789 (or 0x0F8789) is unknown color: approx Dark Cyan. HEX triplet: 0F, 87 and 89. RGB value is (15,135,137). Sum of RGB (Red+Green+Blue) = 15+135+137=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F8789 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8789 is #F07876. Grayscale: #636363. Windows color (decimal): -15759479 or 9013007. OLE color: 9013007.

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

Color convert

RGB15135137-
CMYK0.890.0100.46
HSL180.98º80.26%29.8%-
HSV(B)180.98º89.05%53.73%-
XYZ13.3819.2426.67-
YUV99.35149.2467.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=5.23%
G=47.04%
B=47.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal151351370.890.0100.46180.9880.2629.8
HexF878959102Eb5501e
Octal17207211131105626512036
Binary1111100001111000100110110011010111010110101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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