#21A39A

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

Shades of Java #21A39A

Tints of Java #21A39A

Color information

#21A39A (or 0x21A39A) is unknown color: approx Java. HEX triplet: 21, A3 and 9A. RGB value is (33,163,154). Sum of RGB (Red+Green+Blue) = 33+163+154=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #21A39A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A39A is #DE5C65. Grayscale: #7B7B7B. Windows color (decimal): -14572646 or 10134305. OLE color: 10134305.

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

Color convert

RGB33163154-
CMYK0.8000.060.36
HSL175.85º66.33%38.43%-
HSV(B)175.85º79.75%63.92%-
XYZ19.5628.8535.11-
YUV123.1145.4363.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.43%
GREEN value IS 163 (64.06% from 255) = 46.57%
BLUE value IS 154 (60.55% from 255) = 44%
R=9.43%
G=46.57%
B=44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331631540.8000.060.36175.8566.3338.43
Hex21A39A500624b04226
Octal41243232120064426010246
Binary100001101000111001101010100000110100100101100001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,163,154); }

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

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

 a { background-color: rgb(33,163,154); }

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

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

 span { border-color: rgb(33,163,154); }

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