Html Css Color HEX #219552 Sea Green

📋 copy color: '#219552'

red 33 ◦ green 149 ◦ blue 82

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

Shades of Sea Green #219552

Tints of Sea Green #219552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.44%

 BLUE value IS 82 (32.42% from 255) = 31.06%

R = 12.5%
G = 56.44%
B = 31.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#219552 (or 0x219552) is known color: Sea Green. HEX triplet: 21, 95 and 52. RGB value is (33,149,82). Sum of RGB (Red+Green+Blue) = 33+149+82=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #219552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219552 is #DE6AAD. Grayscale: #6A6A6A. Windows color (decimal): -14576302 or 5412129. OLE color: 5412129.

HSL color Cylindrical-coordinate representation of color #219552: hue angle of 145.34º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219552 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 149 82 -
CMYK 0.78 0 0.45 0.42
HSL 145.34º 0.64% 0.36% -
HSV(B) 145.34º 0.78% 0.58% -
XYZ 12.9 22.43 11.63 -
YUV 106.68 114.07 75.45 -
System Red Green Blue C M Y K H S L
Decimal 33 149 82 0.78 0 0.45 0.42 145.34 0.64 0.36
Hex 21 95 52 4E 0 2D 2A 91 40 24
Octal 41 225 122 116 0 55 52 221 100 44
Binary 100001 10010101 1010010 1001110 0 101101 101010 10010001 1000000 100100

Color Harmonies of #219552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219552

Black with #219552

Text Example


Text Example

White with #219552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219552; }

 p { color: rgb(33,149,82); }

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

background-color css

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

 a { background-color: rgb(33,149,82); }

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

border-color css

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

 span { border-color: rgb(33,149,82); }

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