Html Css Color HEX #218F5F Sea Green

📋 copy color: '#218F5F'

red 33 ◦ green 143 ◦ blue 95

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

Shades of Sea Green #218F5F

Tints of Sea Green #218F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 12.18%
G = 52.77%
B = 35.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#218F5F (or 0x218F5F) is known color: Sea Green. HEX triplet: 21, 8F and 5F. RGB value is (33,143,95). Sum of RGB (Red+Green+Blue) = 33+143+95=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #218F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F5F is #DE70A0. Grayscale: #686868. Windows color (decimal): -14577825 or 6262561. OLE color: 6262561.

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

Color convert

RGB 33 143 95 -
CMYK 0.77 0 0.34 0.44
HSL 153.82º 0.63% 0.35% -
HSV(B) 153.82º 0.77% 0.56% -
XYZ 12.52 20.79 14.18 -
YUV 104.64 122.56 76.9 -
System Red Green Blue C M Y K H S L
Decimal 33 143 95 0.77 0 0.34 0.44 153.82 0.63 0.35
Hex 21 8F 5F 4D 0 22 2C 9A 3E 23
Octal 41 217 137 115 0 42 54 232 76 43
Binary 100001 10001111 1011111 1001101 0 100010 101100 10011010 111110 100011

Color Harmonies of #218F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218F5F

Black with #218F5F

Text Example


Text Example

White with #218F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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