#21A294

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

Shades of Java #21A294

Tints of Java #21A294

Color information

#21A294 (or 0x21A294) is unknown color: approx Java. HEX triplet: 21, A2 and 94. RGB value is (33,162,148). Sum of RGB (Red+Green+Blue) = 33+162+148=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #21A294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A294 is #DE5D6B. Grayscale: #797979. Windows color (decimal): -14572908 or 9740833. OLE color: 9740833.

HSL color Cylindrical-coordinate representation of color #21A294: hue angle of 173.49º 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 #21A294 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB33162148-
CMYK0.8000.090.36
HSL173.49º66.15%38.24%-
HSV(B)173.49º79.63%63.53%-
XYZ18.8928.332.48-
YUV121.83142.7664.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.62%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=9.62%
G=47.23%
B=43.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331621480.8000.090.36173.4966.1538.24
Hex21A294500924ad4226
Octal412422241200114425510246
Binary1000011010001010010100101000001001100100101011011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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