#218B53

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

Shades of Sea Green #218B53

Tints of Sea Green #218B53

Color information

#218B53 (or 0x218B53) is unknown color: approx Sea Green. HEX triplet: 21, 8B and 53. RGB value is (33,139,83). Sum of RGB (Red+Green+Blue) = 33+139+83=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 139 (54.69% from 255 or 54.51% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 139 - color contains mainly: green. Hex color #218B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218B53 is #DE74AC. Grayscale: #656565. Windows color (decimal): -14578861 or 5475105. OLE color: 5475105.

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

Color convert

RGB3313983-
CMYK0.7600.400.45
HSL148.3º61.63%33.73%-
HSV(B)148.3º76.26%54.51%-
XYZ11.4219.4111.33-
YUV100.92117.8879.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 139 (54.69% from 255) = 54.51%
BLUE value IS 83 (32.81% from 255) = 32.55%
R=12.94%
G=54.51%
B=32.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33139830.7600.400.45148.361.6333.73
Hex218B534C0282D943e22
Octal41213123114050552247642
Binary1000011000101110100111001100010100010110110010100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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