#0E9CA2

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

Shades of Java #0E9CA2

Tints of Java #0E9CA2

Color information

#0E9CA2 (or 0x0E9CA2) is unknown color: approx Java. HEX triplet: 0E, 9C and A2. RGB value is (14,156,162). Sum of RGB (Red+Green+Blue) = 14+156+162=332 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.22% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 162 - color contains mainly: blue. Hex color #0E9CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9CA2 is #F1635D. Grayscale: #727272. Windows color (decimal): -15819614 or 10656782. OLE color: 10656782.

HSL color Cylindrical-coordinate representation of color #0E9CA2: hue angle of 182.43º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9CA2 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14156162-
CMYK0.910.0400.36
HSL182.43º84.09%34.51%-
HSV(B)182.43º91.36%63.53%-
XYZ18.5926.4838.31-
YUV114.23154.9656.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.22%
GREEN value IS 156 (61.33% from 255) = 46.99%
BLUE value IS 162 (63.67% from 255) = 48.80%
R=4.22%
G=46.99%
B=48.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141561620.910.0400.36182.4384.0934.51
HexE9CA25B4024b65423
Octal16234242133404426612443
Binary1110100111001010001010110111000100100101101101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,156,162); }

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

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

 a { background-color: rgb(14,156,162); }

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

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

 span { border-color: rgb(14,156,162); }

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