#218c56

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

Shades of Sea Green #218C56

Tints of Sea Green #218C56

Color information

#218C56 (or 0x218C56) is unknown color: approx Sea Green. HEX triplet: 21, 8C and 56. RGB value is (33,140,86). Sum of RGB (Red+Green+Blue) = 33+140+86=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #218C56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218C56 is #DE73A9. Grayscale: #656565. Windows color (decimal): -14578602 or 5671969. OLE color: 5671969.

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

Color convert

RGB3314086-
CMYK0.7600.390.45
HSL149.72º61.85%33.92%-
HSV(B)149.72º76.43%54.9%-
XYZ11.6819.7512-
YUV101.85119.0578.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 140 (55.08% from 255) = 54.05%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=12.74%
G=54.05%
B=33.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33140860.7600.390.45149.7261.8533.92
Hex218C564C0272D963e22
Octal41214126114047552267642
Binary1000011000110010101101001100010011110110110010110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218c56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,140,86); }

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

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

 a { background-color: rgb(33,140,86); }

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

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

 span { border-color: rgb(33,140,86); }

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