#21BC65

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

Shades of Medium Sea Green #21BC65

Tints of Medium Sea Green #21BC65

Color information

#21BC65 (or 0x21BC65) is unknown color: approx Medium Sea Green. HEX triplet: 21, BC and 65. RGB value is (33,188,101). Sum of RGB (Red+Green+Blue) = 33+188+101=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BC65 is #DE439A. Grayscale: #838383. Windows color (decimal): -14566299 or 6667297. OLE color: 6667297.

HSL color Cylindrical-coordinate representation of color #21BC65: hue angle of 146.32º 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 #21BC65 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB33188101-
CMYK0.8200.460.26
HSL146.32º70.14%43.33%-
HSV(B)146.32º82.45%73.73%-
XYZ20.9637.2318.39-
YUV131.74110.6557.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.25%
GREEN value IS 188 (73.83% from 255) = 58.39%
BLUE value IS 101 (39.84% from 255) = 31.37%
R=10.25%
G=58.39%
B=31.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal331881010.8200.460.26146.3270.1443.33
Hex21BC655202E1A92462b
Octal412741451220563222210653
Binary1000011011110011001011010010010111011010100100101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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