Html Css Color HEX #218D50 Sea Green

📋 copy color: '#218D50'

red 33 ◦ green 141 ◦ blue 80

#218D50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #218D50

Tints of Sea Green #218D50

RGB

 RED value IS 33 (13.28% from 255) = 12.99%

 GREEN value IS 141 (55.47% from 255) = 55.51%

 BLUE value IS 80 (31.64% from 255) = 31.5%

R = 12.99%
G = 55.51%
B = 31.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#218D50 (or 0x218D50) is known color: Sea Green. HEX triplet: 21, 8D and 50. RGB value is (33,141,80). Sum of RGB (Red+Green+Blue) = 33+141+80=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #218D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218D50 is #DE72AF. Grayscale: #656565. Windows color (decimal): -14578352 or 5279009. OLE color: 5279009.

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

Color convert

RGB 33 141 80 -
CMYK 0.77 0 0.43 0.45
HSL 146.11º 0.62% 0.34% -
HSV(B) 146.11º 0.77% 0.55% -
XYZ 11.6 19.95 10.83 -
YUV 101.75 115.72 78.96 -
System Red Green Blue C M Y K H S L
Decimal 33 141 80 0.77 0 0.43 0.45 146.11 0.62 0.34
Hex 21 8D 50 4D 0 2B 2D 92 3E 22
Octal 41 215 120 115 0 53 55 222 76 42
Binary 100001 10001101 1010000 1001101 0 101011 101101 10010010 111110 100010

Color Harmonies of #218D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218D50

Black with #218D50

Text Example


Text Example

White with #218D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #218D50;
 }
 .AnyTagClassName
 {
   color: #218D50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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