Html Css Color HEX #21A04D Sea Green

📋 copy color: '#21A04D'

red 33 ◦ green 160 ◦ blue 77

#21A04D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #21A04D

Tints of Sea Green #21A04D

RGB

 RED value IS 33 (13.28% from 255) = 12.22%

 GREEN value IS 160 (62.89% from 255) = 59.26%

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 12.22%
G = 59.26%
B = 28.52%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#21A04D (or 0x21A04D) is known color: Sea Green. HEX triplet: 21, A0 and 4D. RGB value is (33,160,77). Sum of RGB (Red+Green+Blue) = 33+160+77=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #21A04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A04D is #DE5FB2. Grayscale: #707070. Windows color (decimal): -14573491 or 5087265. OLE color: 5087265.

HSL color Cylindrical-coordinate representation of color #21A04D: hue angle of 140.79º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A04D is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 160 77 -
CMYK 0.79 0 0.52 0.37
HSL 140.79º 0.66% 0.38% -
HSV(B) 140.79º 0.79% 0.63% -
XYZ 14.54 26 11.27 -
YUV 112.57 107.92 71.25 -
System Red Green Blue C M Y K H S L
Decimal 33 160 77 0.79 0 0.52 0.37 140.79 0.66 0.38
Hex 21 A0 4D 4F 0 34 25 8D 42 26
Octal 41 240 115 117 0 64 45 215 102 46
Binary 100001 10100000 1001101 1001111 0 110100 100101 10001101 1000010 100110

Color Harmonies of #21A04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A04D

Black with #21A04D

Text Example


Text Example

White with #21A04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,160,77); }

 H1.HeaderClassName
 {
   color: #21A04D;
 }
 .AnyTagClassName
 {
   color: #21A04D;
 }
</style>

background-color css

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

 a { background-color: rgb(33,160,77); }

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

border-color css

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

 span { border-color: rgb(33,160,77); }

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