Html Css Color HEX #218F50 Sea Green

📋 copy color: '#218F50'

red 33 ◦ green 143 ◦ blue 80

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

Shades of Sea Green #218F50

Tints of Sea Green #218F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 55.86%

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

R = 12.89%
G = 55.86%
B = 31.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#218F50 (or 0x218F50) is known color: Sea Green. HEX triplet: 21, 8F and 50. RGB value is (33,143,80). Sum of RGB (Red+Green+Blue) = 33+143+80=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 143 (56.25% from 255 or 55.86% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 143 - color contains mainly: green. Hex color #218F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F50 is #DE70AF. Grayscale: #676767. Windows color (decimal): -14577840 or 5279521. OLE color: 5279521.

HSL color Cylindrical-coordinate representation of color #218F50: hue angle of 145.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F50 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 143 80 -
CMYK 0.77 0 0.44 0.44
HSL 145.64º 0.63% 0.35% -
HSV(B) 145.64º 0.77% 0.56% -
XYZ 11.9 20.55 10.93 -
YUV 102.93 115.06 78.12 -
System Red Green Blue C M Y K H S L
Decimal 33 143 80 0.77 0 0.44 0.44 145.64 0.63 0.35
Hex 21 8F 50 4D 0 2C 2C 92 3E 23
Octal 41 217 120 115 0 54 54 222 76 43
Binary 100001 10001111 1010000 1001101 0 101100 101100 10010010 111110 100011

Color Harmonies of #218F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218F50

Black with #218F50

Text Example


Text Example

White with #218F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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