#15A29F

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

Shades of Java #15A29F

Tints of Java #15A29F

Color information

#15A29F (or 0x15A29F) is unknown color: approx Java. HEX triplet: 15, A2 and 9F. RGB value is (21,162,159). Sum of RGB (Red+Green+Blue) = 21+162+159=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #15A29F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A29F is #EA5D60. Grayscale: #777777. Windows color (decimal): -15359329 or 10461717. OLE color: 10461717.

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

Color convert

RGB21162159-
CMYK0.8700.020.36
HSL178.72º77.05%35.88%-
HSV(B)178.72º87.04%63.53%-
XYZ19.4928.537.28-
YUV119.5150.2957.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.14%
GREEN value IS 162 (63.67% from 255) = 47.37%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=6.14%
G=47.37%
B=46.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211621590.8700.020.36178.7277.0535.88
Hex15A29F570224b34d24
Octal25242237127024426311544
Binary1010110100010100111111010111010100100101100111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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