#0F969B

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

Shades of Java #0F969B

Tints of Java #0F969B

Color information

#0F969B (or 0x0F969B) is unknown color: approx Java. HEX triplet: 0F, 96 and 9B. RGB value is (15,150,155). Sum of RGB (Red+Green+Blue) = 15+150+155=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F969B is #F06964. Grayscale: #6E6E6E. Windows color (decimal): -15755621 or 10196495. OLE color: 10196495.

HSL color Cylindrical-coordinate representation of color #0F969B: hue angle of 182.14º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F969B is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15150155-
CMYK0.900.0300.39
HSL182.14º82.35%33.33%-
HSV(B)182.14º90.32%60.78%-
XYZ17.0224.2834.8-
YUV110.2153.2760.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.69%
GREEN value IS 150 (58.98% from 255) = 46.88%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=4.69%
G=46.88%
B=48.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151501550.900.0300.39182.1482.3533.33
HexF969B5A3027b65221
Octal17226233132304726612241
Binary111110010110100110111011010110100111101101101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,150,155); }

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

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

 a { background-color: rgb(15,150,155); }

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

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

 span { border-color: rgb(15,150,155); }

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