#21A1A5

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

Shades of Java #21A1A5

Tints of Java #21A1A5

Color information

#21A1A5 (or 0x21A1A5) is unknown color: approx Java. HEX triplet: 21, A1 and A5. RGB value is (33,161,165). Sum of RGB (Red+Green+Blue) = 33+161+165=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #21A1A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A1A5 is #DE5E5A. Grayscale: #7B7B7B. Windows color (decimal): -14573147 or 10854689. OLE color: 10854689.

HSL color Cylindrical-coordinate representation of color #21A1A5: hue angle of 181.82º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A1A5 is Cyan = 0.8, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB33161165-
CMYK0.80.0200.35
HSL181.82º66.67%38.82%-
HSV(B)181.82º80%64.71%-
XYZ20.1628.5340.04-
YUV123.18151.5963.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.19%
GREEN value IS 161 (63.28% from 255) = 44.85%
BLUE value IS 165 (64.84% from 255) = 45.96%
R=9.19%
G=44.85%
B=45.96%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal331611650.80.0200.35181.8266.6738.82
Hex21A1A5502023b64327
Octal41241245120204326610347
Binary10000110100001101001011010000100100011101101101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A1A5; }

 p { color: rgb(33,161,165); }

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

<style>
 a { background-color: #21A1A5; }

 a { background-color: rgb(33,161,165); }

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

<style>
 span { border-color: #21A1A5; }

 span { border-color: rgb(33,161,165); }

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