Html Css Color HEX #218D4D Sea Green

📋 copy color: '#218D4D'

red 33 ◦ green 141 ◦ blue 77

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

Shades of Sea Green #218D4D

Tints of Sea Green #218D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.68%

R = 13.15%
G = 56.18%
B = 30.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#218D4D (or 0x218D4D) is known color: Sea Green. HEX triplet: 21, 8D and 4D. RGB value is (33,141,77). Sum of RGB (Red+Green+Blue) = 33+141+77=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #218D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218D4D is #DE72B2. Grayscale: #656565. Windows color (decimal): -14578355 or 5082401. OLE color: 5082401.

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

Color convert

RGB 33 141 77 -
CMYK 0.77 0 0.45 0.45
HSL 144.44º 0.62% 0.34% -
HSV(B) 144.44º 0.77% 0.55% -
XYZ 11.49 19.91 10.26 -
YUV 101.41 114.22 79.2 -
System Red Green Blue C M Y K H S L
Decimal 33 141 77 0.77 0 0.45 0.45 144.44 0.62 0.34
Hex 21 8D 4D 4D 0 2D 2D 90 3E 22
Octal 41 215 115 115 0 55 55 220 76 42
Binary 100001 10001101 1001101 1001101 0 101101 101101 10010000 111110 100010

Color Harmonies of #218D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218D4D

Black with #218D4D

Text Example


Text Example

White with #218D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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