#218B50

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

Shades of Sea Green #218B50

Tints of Sea Green #218B50

Color information

#218B50 (or 0x218B50) is unknown color: approx Sea Green. HEX triplet: 21, 8B and 50. RGB value is (33,139,80). Sum of RGB (Red+Green+Blue) = 33+139+80=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #218B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218B50 is #DE74AF. Grayscale: #646464. Windows color (decimal): -14578864 or 5278497. OLE color: 5278497.

HSL color Cylindrical-coordinate representation of color #218B50: hue angle of 146.6º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218B50 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB3313980-
CMYK0.7600.420.45
HSL146.6º61.63%33.73%-
HSV(B)146.6º76.26%54.51%-
XYZ11.3119.3710.73-
YUV100.58116.3879.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 139 (54.69% from 255) = 55.16%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=13.10%
G=55.16%
B=31.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33139800.7600.420.45146.661.6333.73
Hex218B504C02A2D933e22
Octal41213120114052552237642
Binary1000011000101110100001001100010101010110110010011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,139,80); }

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

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

 a { background-color: rgb(33,139,80); }

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

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

 span { border-color: rgb(33,139,80); }

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