Html Css Color HEX #21BC5A Medium Sea Green

📋 copy color: '#21BC5A'

red 33 ◦ green 188 ◦ blue 90

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

Shades of Medium Sea Green #21BC5A

Tints of Medium Sea Green #21BC5A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.45%

 BLUE value IS 90 (35.55% from 255) = 28.94%

R = 10.61%
G = 60.45%
B = 28.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#21BC5A (or 0x21BC5A) is known color: Medium Sea Green. HEX triplet: 21, BC and 5A. RGB value is (33,188,90). Sum of RGB (Red+Green+Blue) = 33+188+90=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BC5A is #DE43A5. Grayscale: #828282. Windows color (decimal): -14566310 or 5946401. OLE color: 5946401.

HSL color Cylindrical-coordinate representation of color #21BC5A: hue angle of 142.06º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BC5A is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 188 90 -
CMYK 0.82 0 0.52 0.26
HSL 142.06º 0.7% 0.43% -
HSV(B) 142.06º 0.82% 0.74% -
XYZ 20.46 37.03 15.74 -
YUV 130.48 105.15 58.47 -
System Red Green Blue C M Y K H S L
Decimal 33 188 90 0.82 0 0.52 0.26 142.06 0.7 0.43
Hex 21 BC 5A 52 0 34 1A 8E 46 2B
Octal 41 274 132 122 0 64 32 216 106 53
Binary 100001 10111100 1011010 1010010 0 110100 11010 10001110 1000110 101011

Color Harmonies of #21BC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BC5A

Black with #21BC5A

Text Example


Text Example

White with #21BC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,188,90); }

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

background-color css

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

 a { background-color: rgb(33,188,90); }

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

border-color css

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

 span { border-color: rgb(33,188,90); }

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