#218E4E

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

Shades of Sea Green #218E4E

Tints of Sea Green #218E4E

Color information

#218E4E (or 0x218E4E) is unknown color: approx Sea Green. HEX triplet: 21, 8E and 4E. RGB value is (33,142,78). Sum of RGB (Red+Green+Blue) = 33+142+78=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #218E4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E4E is #DE71B1. Grayscale: #666666. Windows color (decimal): -14578098 or 5148193. OLE color: 5148193.

HSL color Cylindrical-coordinate representation of color #218E4E: hue angle of 144.77º 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 #218E4E is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB3314278-
CMYK0.7700.450.44
HSL144.77º62.29%34.31%-
HSV(B)144.77º76.76%55.69%-
XYZ11.6820.2210.5-
YUV102.11114.3978.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 142 (55.86% from 255) = 56.13%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=13.04%
G=56.13%
B=30.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33142780.7700.450.44144.7762.2934.31
Hex218E4E4D02D2C913e22
Octal41216116115055542217642
Binary1000011000111010011101001101010110110110010010001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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