Html Css Color HEX #21A04B Sea Green

📋 copy color: '#21A04B'

red 33 ◦ green 160 ◦ blue 75

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

Shades of Sea Green #21A04B

Tints of Sea Green #21A04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 12.31%
G = 59.7%
B = 27.99%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#21A04B (or 0x21A04B) is known color: Sea Green. HEX triplet: 21, A0 and 4B. RGB value is (33,160,75). Sum of RGB (Red+Green+Blue) = 33+160+75=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #21A04B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A04B is #DE5FB4. Grayscale: #707070. Windows color (decimal): -14573493 or 4956193. OLE color: 4956193.

HSL color Cylindrical-coordinate representation of color #21A04B: hue angle of 139.84º 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 #21A04B is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 160 75 -
CMYK 0.79 0 0.53 0.37
HSL 139.84º 0.66% 0.38% -
HSV(B) 139.84º 0.79% 0.63% -
XYZ 14.47 25.97 10.91 -
YUV 112.34 106.92 71.41 -
System Red Green Blue C M Y K H S L
Decimal 33 160 75 0.79 0 0.53 0.37 139.84 0.66 0.38
Hex 21 A0 4B 4F 0 35 25 8C 42 26
Octal 41 240 113 117 0 65 45 214 102 46
Binary 100001 10100000 1001011 1001111 0 110101 100101 10001100 1000010 100110

Color Harmonies of #21A04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A04B

Black with #21A04B

Text Example


Text Example

White with #21A04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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