#218E5A

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

Shades of Sea Green #218E5A

Tints of Sea Green #218E5A

Color information

#218E5A (or 0x218E5A) is unknown color: approx Sea Green. HEX triplet: 21, 8E and 5A. RGB value is (33,142,90). Sum of RGB (Red+Green+Blue) = 33+142+90=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #218E5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E5A is #DE71A5. Grayscale: #676767. Windows color (decimal): -14578086 or 5934625. OLE color: 5934625.

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

Color convert

RGB3314290-
CMYK0.7700.370.44
HSL151.38º62.29%34.31%-
HSV(B)151.38º76.76%55.69%-
XYZ12.1520.4112.97-
YUV103.48120.3977.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.45%
GREEN value IS 142 (55.86% from 255) = 53.58%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=12.45%
G=53.58%
B=33.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33142900.7700.370.44151.3862.2934.31
Hex218E5A4D0252C973e22
Octal41216132115045542277642
Binary1000011000111010110101001101010010110110010010111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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