#15A2A0

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

Shades of Java #15A2A0

Tints of Java #15A2A0

Color information

#15A2A0 (or 0x15A2A0) is unknown color: approx Java. HEX triplet: 15, A2 and A0. RGB value is (21,162,160). Sum of RGB (Red+Green+Blue) = 21+162+160=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #15A2A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A2A0 is #EA5D5F. Grayscale: #777777. Windows color (decimal): -15359328 or 10527253. OLE color: 10527253.

HSL color Cylindrical-coordinate representation of color #15A2A0: hue angle of 179.15º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A2A0 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB21162160-
CMYK0.8700.010.36
HSL179.15º77.05%35.88%-
HSV(B)179.15º87.04%63.53%-
XYZ19.5728.5437.73-
YUV119.61150.7957.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.12%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 160 (62.89% from 255) = 46.65%
R=6.12%
G=47.23%
B=46.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211621600.8700.010.36179.1577.0535.88
Hex15A2A0570124b34d24
Octal25242240127014426311544
Binary101011010001010100000101011101100100101100111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A2A0; }

 p { color: rgb(21,162,160); }

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

<style>
 a { background-color: #15A2A0; }

 a { background-color: rgb(21,162,160); }

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

<style>
 span { border-color: #15A2A0; }

 span { border-color: rgb(21,162,160); }

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