#21A248

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

Shades of Sea Green #21A248

Tints of Sea Green #21A248

Color information

#21A248 (or 0x21A248) is unknown color: approx Sea Green. HEX triplet: 21, A2 and 48. RGB value is (33,162,72). Sum of RGB (Red+Green+Blue) = 33+162+72=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #21A248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A248 is #DE5DB7. Grayscale: #717171. Windows color (decimal): -14572984 or 4760097. OLE color: 4760097.

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

Color convert

RGB3316272-
CMYK0.8000.560.36
HSL138.14º66.15%38.24%-
HSV(B)138.14º79.63%63.53%-
XYZ14.7226.6310.5-
YUV113.17104.7670.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.36%
GREEN value IS 162 (63.67% from 255) = 60.67%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=12.36%
G=60.67%
B=26.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33162720.8000.560.36138.1466.1538.24
Hex21A24850038248a4226
Octal412421101200704421210246
Binary10000110100010100100010100000111000100100100010101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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