#219C50

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

Shades of Sea Green #219C50

Tints of Sea Green #219C50

Color information

#219C50 (or 0x219C50) is unknown color: approx Sea Green. HEX triplet: 21, 9C and 50. RGB value is (33,156,80). Sum of RGB (Red+Green+Blue) = 33+156+80=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 156 (61.33% from 255 or 57.99% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 156 - color contains mainly: green. Hex color #219C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C50 is #DE63AF. Grayscale: #6E6E6E. Windows color (decimal): -14574512 or 5282849. OLE color: 5282849.

HSL color Cylindrical-coordinate representation of color #219C50: hue angle of 142.93º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219C50 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB3315680-
CMYK0.7900.490.39
HSL142.93º65.08%37.06%-
HSV(B)142.93º78.85%61.18%-
XYZ13.9624.6811.62-
YUV110.56110.7572.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 156 (61.33% from 255) = 57.99%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=12.27%
G=57.99%
B=29.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33156800.7900.490.39142.9365.0837.06
Hex219C504F031278f4125
Octal412341201170614721710145
Binary10000110011100101000010011110110001100111100011111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219C50; }

 p { color: rgb(33,156,80); }

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

<style>
 a { background-color: #219C50; }

 a { background-color: rgb(33,156,80); }

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

<style>
 span { border-color: #219C50; }

 span { border-color: rgb(33,156,80); }

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