#0F999F

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

Shades of Java #0F999F

Tints of Java #0F999F

Color information

#0F999F (or 0x0F999F) is unknown color: approx Java. HEX triplet: 0F, 99 and 9F. RGB value is (15,153,159). Sum of RGB (Red+Green+Blue) = 15+153+159=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F999F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F999F is #F06660. Grayscale: #707070. Windows color (decimal): -15754849 or 10459407. OLE color: 10459407.

HSL color Cylindrical-coordinate representation of color #0F999F: hue angle of 182.5º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F999F is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15153159-
CMYK0.910.0400.38
HSL182.5º82.76%34.12%-
HSV(B)182.5º90.57%62.35%-
XYZ17.8525.3936.76-
YUV112.42154.2858.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.59%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 159 (62.5% from 255) = 48.62%
R=4.59%
G=46.79%
B=48.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151531590.910.0400.38182.582.7634.12
HexF999F5B4026b65322
Octal17231237133404626612342
Binary1111100110011001111110110111000100110101101101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,153,159); }

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

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

 a { background-color: rgb(15,153,159); }

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

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

 span { border-color: rgb(15,153,159); }

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