Html Css Color HEX #21A24B Sea Green

📋 copy color: '#21A24B'

red 33 ◦ green 162 ◦ blue 75

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

Shades of Sea Green #21A24B

Tints of Sea Green #21A24B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 60%

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

R = 12.22%
G = 60%
B = 27.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#21A24B (or 0x21A24B) is known color: Sea Green. HEX triplet: 21, A2 and 4B. RGB value is (33,162,75). Sum of RGB (Red+Green+Blue) = 33+162+75=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 162 (63.67% from 255 or 60% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 162 - color contains mainly: green. Hex color #21A24B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A24B is #DE5DB4. Grayscale: #717171. Windows color (decimal): -14572981 or 4956705. OLE color: 4956705.

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

Color convert

RGB 33 162 75 -
CMYK 0.80 0 0.54 0.36
HSL 139.53º 0.66% 0.38% -
HSV(B) 139.53º 0.8% 0.64% -
XYZ 14.82 26.67 11.02 -
YUV 113.51 106.26 70.57 -
System Red Green Blue C M Y K H S L
Decimal 33 162 75 0.80 0 0.54 0.36 139.53 0.66 0.38
Hex 21 A2 4B 50 0 36 24 8C 42 26
Octal 41 242 113 120 0 66 44 214 102 46
Binary 100001 10100010 1001011 1010000 0 110110 100100 10001100 1000010 100110

Color Harmonies of #21A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A24B

Black with #21A24B

Text Example


Text Example

White with #21A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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