#21964C

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

Shades of Sea Green #21964C

Tints of Sea Green #21964C

Color information

#21964C (or 0x21964C) is unknown color: approx Sea Green. HEX triplet: 21, 96 and 4C. RGB value is (33,150,76). Sum of RGB (Red+Green+Blue) = 33+150+76=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #21964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21964C is #DE69B3. Grayscale: #6A6A6A. Windows color (decimal): -14576052 or 5019169. OLE color: 5019169.

HSL color Cylindrical-coordinate representation of color #21964C: hue angle of 142.05º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21964C is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB3315076-
CMYK0.7800.490.41
HSL142.05º63.93%35.88%-
HSV(B)142.05º78%58.82%-
XYZ12.8422.6610.53-
YUV106.58110.7475.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 150 (58.98% from 255) = 57.92%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=12.74%
G=57.92%
B=29.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33150760.7800.490.41142.0563.9335.88
Hex21964C4E031298e4024
Octal412261141160615121610044
Binary10000110010110100110010011100110001101001100011101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21964C; }

 p { color: rgb(33,150,76); }

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

<style>
 a { background-color: #21964C; }

 a { background-color: rgb(33,150,76); }

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

<style>
 span { border-color: #21964C; }

 span { border-color: rgb(33,150,76); }

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