#21A297

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

Shades of Java #21A297

Tints of Java #21A297

Color information

#21A297 (or 0x21A297) is unknown color: approx Java. HEX triplet: 21, A2 and 97. RGB value is (33,162,151). Sum of RGB (Red+Green+Blue) = 33+162+151=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #21A297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A297 is #DE5D68. Grayscale: #7A7A7A. Windows color (decimal): -14572905 or 9937441. OLE color: 9937441.

HSL color Cylindrical-coordinate representation of color #21A297: hue angle of 174.88º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A297 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB33162151-
CMYK0.8000.070.36
HSL174.88º66.15%38.24%-
HSV(B)174.88º79.63%63.53%-
XYZ19.1328.433.75-
YUV122.18144.2664.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.54%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=9.54%
G=46.82%
B=43.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331621510.8000.070.36174.8866.1538.24
Hex21A297500724af4226
Octal41242227120074425710246
Binary100001101000101001011110100000111100100101011111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,162,151); }

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

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

 a { background-color: rgb(33,162,151); }

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

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

 span { border-color: rgb(33,162,151); }

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