#218E4F

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

Shades of Sea Green #218E4F

Tints of Sea Green #218E4F

Color information

#218E4F (or 0x218E4F) is unknown color: approx Sea Green. HEX triplet: 21, 8E and 4F. RGB value is (33,142,79). Sum of RGB (Red+Green+Blue) = 33+142+79=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #218E4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E4F is #DE71B0. Grayscale: #666666. Windows color (decimal): -14578097 or 5213729. OLE color: 5213729.

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

Color convert

RGB3314279-
CMYK0.7700.440.44
HSL145.32º62.29%34.31%-
HSV(B)145.32º76.76%55.69%-
XYZ11.7120.2310.69-
YUV102.23114.8978.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.99%
GREEN value IS 142 (55.86% from 255) = 55.91%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=12.99%
G=55.91%
B=31.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33142790.7700.440.44145.3262.2934.31
Hex218E4F4D02C2C913e22
Octal41216117115054542217642
Binary1000011000111010011111001101010110010110010010001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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