#21BB6F

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

Shades of Medium Sea Green #21BB6F

Tints of Medium Sea Green #21BB6F

Color information

#21BB6F (or 0x21BB6F) is unknown color: approx Medium Sea Green. HEX triplet: 21, BB and 6F. RGB value is (33,187,111). Sum of RGB (Red+Green+Blue) = 33+187+111=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #21BB6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BB6F is #DE4490. Grayscale: #848484. Windows color (decimal): -14566545 or 7322401. OLE color: 7322401.

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

Color convert

RGB33187111-
CMYK0.8200.410.27
HSL150.39º70%43.14%-
HSV(B)150.39º82.35%73.33%-
XYZ21.2737.0121.06-
YUV132.29115.9857.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.97%
GREEN value IS 187 (73.44% from 255) = 56.50%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=9.97%
G=56.50%
B=33.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331871110.8200.410.27150.397043.14
Hex21BB6F520291B96462b
Octal412731571220513322610653
Binary1000011011101111011111010010010100111011100101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,187,111); }

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

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

 a { background-color: rgb(33,187,111); }

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

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

 span { border-color: rgb(33,187,111); }

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