Html Css Color HEX #218A4C Sea Green

📋 copy color: '#218A4C'

red 33 ◦ green 138 ◦ blue 76

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

Shades of Sea Green #218A4C

Tints of Sea Green #218A4C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 55.87%

 BLUE value IS 76 (30.08% from 255) = 30.77%

R = 13.36%
G = 55.87%
B = 30.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#218A4C (or 0x218A4C) is known color: Sea Green. HEX triplet: 21, 8A and 4C. RGB value is (33,138,76). Sum of RGB (Red+Green+Blue) = 33+138+76=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #218A4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218A4C is #DE75B3. Grayscale: #636363. Windows color (decimal): -14579124 or 5016097. OLE color: 5016097.

HSL color Cylindrical-coordinate representation of color #218A4C: hue angle of 144.57º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218A4C is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 33 138 76 -
CMYK 0.76 0 0.45 0.46
HSL 144.57º 0.61% 0.34% -
HSV(B) 144.57º 0.76% 0.54% -
XYZ 11.02 19.02 9.93 -
YUV 99.54 114.71 80.54 -
System Red Green Blue C M Y K H S L
Decimal 33 138 76 0.76 0 0.45 0.46 144.57 0.61 0.34
Hex 21 8A 4C 4C 0 2D 2E 91 3D 22
Octal 41 212 114 114 0 55 56 221 75 42
Binary 100001 10001010 1001100 1001100 0 101101 101110 10010001 111101 100010

Color Harmonies of #218A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218A4C

Black with #218A4C

Text Example


Text Example

White with #218A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,138,76); }

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

background-color css

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

 a { background-color: rgb(33,138,76); }

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

border-color css

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

 span { border-color: rgb(33,138,76); }

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