#21A349

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

Shades of Sea Green #21A349

Tints of Sea Green #21A349

Color information

#21A349 (or 0x21A349) is unknown color: approx Sea Green. HEX triplet: 21, A3 and 49. RGB value is (33,163,73). Sum of RGB (Red+Green+Blue) = 33+163+73=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #21A349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A349 is #DE5CB6. Grayscale: #727272. Windows color (decimal): -14572727 or 4825889. OLE color: 4825889.

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

Color convert

RGB3316373-
CMYK0.8000.550.36
HSL138.46º66.33%38.43%-
HSV(B)138.46º79.75%63.92%-
XYZ14.932710.73-
YUV113.87104.9370.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 163 (64.06% from 255) = 60.59%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=12.27%
G=60.59%
B=27.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33163730.8000.550.36138.4666.3338.43
Hex21A34950037248a4226
Octal412431111200674421210246
Binary10000110100011100100110100000110111100100100010101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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