#21b265

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

Shades of Medium Sea Green #21B265

Tints of Medium Sea Green #21B265

Color information

#21B265 (or 0x21B265) is unknown color: approx Medium Sea Green. HEX triplet: 21, B2 and 65. RGB value is (33,178,101). Sum of RGB (Red+Green+Blue) = 33+178+101=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 178 (69.92% from 255 or 57.05% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 178 - color contains mainly: green. Hex color #21B265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B265 is #DE4D9A. Grayscale: #7E7E7E. Windows color (decimal): -14568859 or 6664737. OLE color: 6664737.

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

Color convert

RGB33178101-
CMYK0.8100.430.30
HSL148.14º68.72%41.37%-
HSV(B)148.14º81.46%69.8%-
XYZ18.933.117.71-
YUV125.87113.9661.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.58%
GREEN value IS 178 (69.92% from 255) = 57.05%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=10.58%
G=57.05%
B=32.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal331781010.8100.430.30148.1468.7241.37
Hex21B2655102B1E944529
Octal412621451210533622410551
Binary1000011011001011001011010001010101111110100101001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21b265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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