#218E5B

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

Shades of Sea Green #218E5B

Tints of Sea Green #218E5B

Color information

#218E5B (or 0x218E5B) is unknown color: approx Sea Green. HEX triplet: 21, 8E and 5B. RGB value is (33,142,91). Sum of RGB (Red+Green+Blue) = 33+142+91=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 142 (55.86% from 255 or 53.38% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 142 - color contains mainly: green. Hex color #218E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E5B is #DE71A4. Grayscale: #676767. Windows color (decimal): -14578085 or 6000161. OLE color: 6000161.

HSL color Cylindrical-coordinate representation of color #218E5B: hue angle of 151.93º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218E5B is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB3314291-
CMYK0.7700.360.44
HSL151.93º62.29%34.31%-
HSV(B)151.93º76.76%55.69%-
XYZ12.1920.4213.2-
YUV103.6120.8977.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.41%
GREEN value IS 142 (55.86% from 255) = 53.38%
BLUE value IS 91 (35.94% from 255) = 34.21%
R=12.41%
G=53.38%
B=34.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33142910.7700.360.44151.9362.2934.31
Hex218E5B4D0242C983e22
Octal41216133115044542307642
Binary1000011000111010110111001101010010010110010011000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218E5B; }

 p { color: rgb(33,142,91); }

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

<style>
 a { background-color: #218E5B; }

 a { background-color: rgb(33,142,91); }

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

<style>
 span { border-color: #218E5B; }

 span { border-color: rgb(33,142,91); }

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