#21BD5B

Color #21BD5B Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #21BD5B

Tints of Medium Sea Green #21BD5B

Color information

#21BD5B (or 0x21BD5B) is unknown color: approx Medium Sea Green. HEX triplet: 21, BD and 5B. RGB value is (33,189,91). Sum of RGB (Red+Green+Blue) = 33+189+91=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD5B is #DE42A4. Grayscale: #838383. Windows color (decimal): -14566053 or 6012193. OLE color: 6012193.

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

Color convert

RGB3318991-
CMYK0.8300.520.26
HSL142.31º70.27%43.53%-
HSV(B)142.31º82.54%74.12%-
XYZ20.7137.4716.04-
YUV131.18105.3257.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.54%
GREEN value IS 189 (74.22% from 255) = 60.38%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=10.54%
G=60.38%
B=29.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal33189910.8300.520.26142.3170.2743.53
Hex21BD5B530341A8e462c
Octal412751331230643221610654
Binary1000011011110110110111010011011010011010100011101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,189,91); }

 H1.HeaderClassName
 {
   color: #21BD5B;
 }
 .AnyTagClassName
 {
   color: #21BD5B;
 }
</style>
background-color css

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

 a { background-color: rgb(33,189,91); }

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

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

 span { border-color: rgb(33,189,91); }

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