#0F8784

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

Shades of Dark Cyan #0F8784

Tints of Dark Cyan #0F8784

Color information

#0F8784 (or 0x0F8784) is unknown color: approx Dark Cyan. HEX triplet: 0F, 87 and 84. RGB value is (15,135,132). Sum of RGB (Red+Green+Blue) = 15+135+132=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8784 is #F0787B. Grayscale: #626262. Windows color (decimal): -15759484 or 8685327. OLE color: 8685327.

HSL color Cylindrical-coordinate representation of color #0F8784: hue angle of 178.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8784 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB15135132-
CMYK0.8900.020.47
HSL178.5º80%29.41%-
HSV(B)178.5º88.89%52.94%-
XYZ13.0319.124.83-
YUV98.78146.7468.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.32%
GREEN value IS 135 (53.12% from 255) = 47.87%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=5.32%
G=47.87%
B=46.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal151351320.8900.020.47178.58029.41
HexF878459022Fb2501d
Octal17207204131025726212035
Binary11111000011110000100101100101010111110110010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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