#0F9286

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

Shades of Dark Cyan #0F9286

Tints of Dark Cyan #0F9286

Color information

#0F9286 (or 0x0F9286) is unknown color: approx Dark Cyan. HEX triplet: 0F, 92 and 86. RGB value is (15,146,134). Sum of RGB (Red+Green+Blue) = 15+146+134=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #0F9286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9286 is #F06D79. Grayscale: #696969. Windows color (decimal): -15756666 or 8819215. OLE color: 8819215.

HSL color Cylindrical-coordinate representation of color #0F9286: hue angle of 174.5º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9286 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB15146134-
CMYK0.9000.080.43
HSL174.5º81.37%31.57%-
HSV(B)174.5º89.73%57.25%-
XYZ14.7822.3826.1-
YUV105.46144.163.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.08%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 134 (52.73% from 255) = 45.42%
R=5.08%
G=49.49%
B=45.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal151461340.9000.080.43174.581.3731.57
HexF92865A082Baf5120
Octal172222061320105325712140
Binary11111001001010000110101101001000101011101011111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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