#0E979B

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

Shades of Java #0E979B

Tints of Java #0E979B

Color information

#0E979B (or 0x0E979B) is unknown color: approx Java. HEX triplet: 0E, 97 and 9B. RGB value is (14,151,155). Sum of RGB (Red+Green+Blue) = 14+151+155=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 151 (59.38% from 255 or 47.19% 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 #0E979B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E979B is #F16864. Grayscale: #6E6E6E. Windows color (decimal): -15820901 or 10196750. OLE color: 10196750.

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

Color convert

RGB14151155-
CMYK0.910.0300.39
HSL181.7º83.43%33.14%-
HSV(B)181.7º90.97%60.78%-
XYZ17.1624.5934.85-
YUV110.49153.1159.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.38%
GREEN value IS 151 (59.38% from 255) = 47.19%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=4.38%
G=47.19%
B=48.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141511550.910.0300.39181.783.4333.14
HexE979B5B3027b65321
Octal16227233133304726612341
Binary111010010111100110111011011110100111101101101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,151,155); }

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

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

 a { background-color: rgb(14,151,155); }

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

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

 span { border-color: rgb(14,151,155); }

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