#14a0a4

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

Shades of Java #14A0A4

Tints of Java #14A0A4

Color information

#14A0A4 (or 0x14A0A4) is unknown color: approx Java. HEX triplet: 14, A0 and A4. RGB value is (20,160,164). Sum of RGB (Red+Green+Blue) = 20+160+164=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #14A0A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A0A4 is #EB5F5B. Grayscale: #767676. Windows color (decimal): -15425372 or 10788884. OLE color: 10788884.

HSL color Cylindrical-coordinate representation of color #14A0A4: hue angle of 181.67º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A0A4 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB20160164-
CMYK0.880.0200.36
HSL181.67º78.26%36.08%-
HSV(B)181.67º87.8%64.31%-
XYZ19.5627.9739.49-
YUV118.6153.6257.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.81%
GREEN value IS 160 (62.89% from 255) = 46.51%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=5.81%
G=46.51%
B=47.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal201601640.880.0200.36181.6778.2636.08
Hex14A0A4582024b64e24
Octal24240244130204426611644
Binary1010010100000101001001011000100100100101101101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14a0a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14a0a4; }

 p { color: rgb(20,160,164); }

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

<style>
 a { background-color: #14a0a4; }

 a { background-color: rgb(20,160,164); }

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

<style>
 span { border-color: #14a0a4; }

 span { border-color: rgb(20,160,164); }

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