#218F5B

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

Shades of Sea Green #218F5B

Tints of Sea Green #218F5B

Color information

#218F5B (or 0x218F5B) is unknown color: approx Sea Green. HEX triplet: 21, 8F and 5B. RGB value is (33,143,91). Sum of RGB (Red+Green+Blue) = 33+143+91=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 143 (56.25% from 255 or 53.56% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 143 - color contains mainly: green. Hex color #218F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F5B is #DE70A4. Grayscale: #686868. Windows color (decimal): -14577829 or 6000417. OLE color: 6000417.

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

Color convert

RGB3314391-
CMYK0.7700.360.44
HSL151.64º62.5%34.51%-
HSV(B)151.64º76.92%56.08%-
XYZ12.3420.7213.25-
YUV104.18120.5677.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.36%
GREEN value IS 143 (56.25% from 255) = 53.56%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=12.36%
G=53.56%
B=34.08%

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
Decimal33143910.7700.360.44151.6462.534.51
Hex218F5B4D0242C983e23
Octal41217133115044542307643
Binary1000011000111110110111001101010010010110010011000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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