#15A29A

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

Shades of Java #15A29A

Tints of Java #15A29A

Color information

#15A29A (or 0x15A29A) is unknown color: approx Java. HEX triplet: 15, A2 and 9A. RGB value is (21,162,154). Sum of RGB (Red+Green+Blue) = 21+162+154=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #15A29A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A29A is #EA5D65. Grayscale: #767676. Windows color (decimal): -15359334 or 10134037. OLE color: 10134037.

HSL color Cylindrical-coordinate representation of color #15A29A: hue angle of 176.6º 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 #15A29A is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB21162154-
CMYK0.8700.050.36
HSL176.6º77.05%35.88%-
HSV(B)176.6º87.04%63.53%-
XYZ19.0628.3335.04-
YUV118.93147.7958.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.23%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=6.23%
G=48.07%
B=45.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211621540.8700.050.36176.677.0535.88
Hex15A29A570524b14d24
Octal25242232127054426111544
Binary10101101000101001101010101110101100100101100011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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