Html Css Color HEX #21A140 Sea Green

📋 copy color: '#21A140'

red 33 ◦ green 161 ◦ blue 64

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

Shades of Sea Green #21A140

Tints of Sea Green #21A140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 62.4%

 BLUE value IS 64 (25.39% from 255) = 24.81%

R = 12.79%
G = 62.4%
B = 24.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#21A140 (or 0x21A140) is known color: Sea Green. HEX triplet: 21, A1 and 40. RGB value is (33,161,64). Sum of RGB (Red+Green+Blue) = 33+161+64=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 161 (63.28% from 255 or 62.40% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 161 - color contains mainly: green. Hex color #21A140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A140 is #DE5EBF. Grayscale: #6F6F6F. Windows color (decimal): -14573248 or 4235553. OLE color: 4235553.

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

Color convert

RGB 33 161 64 -
CMYK 0.80 0 0.60 0.37
HSL 134.53º 0.66% 0.38% -
HSV(B) 134.53º 0.8% 0.63% -
XYZ 14.3 26.18 9.15 -
YUV 111.67 101.09 71.89 -
System Red Green Blue C M Y K H S L
Decimal 33 161 64 0.80 0 0.60 0.37 134.53 0.66 0.38
Hex 21 A1 40 50 0 3C 25 87 42 26
Octal 41 241 100 120 0 74 45 207 102 46
Binary 100001 10100001 1000000 1010000 0 111100 100101 10000111 1000010 100110

Color Harmonies of #21A140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A140

Black with #21A140

Text Example


Text Example

White with #21A140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,161,64); }

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

background-color css

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

 a { background-color: rgb(33,161,64); }

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

border-color css

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

 span { border-color: rgb(33,161,64); }

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