Html Css Color HEX #219650 Sea Green

📋 copy color: '#219650'

red 33 ◦ green 150 ◦ blue 80

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

Shades of Sea Green #219650

Tints of Sea Green #219650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.03%

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

R = 12.55%
G = 57.03%
B = 30.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#219650 (or 0x219650) is known color: Sea Green. HEX triplet: 21, 96 and 50. RGB value is (33,150,80). Sum of RGB (Red+Green+Blue) = 33+150+80=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #219650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219650 is #DE69AF. Grayscale: #6B6B6B. Windows color (decimal): -14576048 or 5281313. OLE color: 5281313.

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

Color convert

RGB 33 150 80 -
CMYK 0.78 0 0.47 0.41
HSL 144.1º 0.64% 0.36% -
HSV(B) 144.1º 0.78% 0.59% -
XYZ 12.98 22.72 11.29 -
YUV 107.04 112.74 75.19 -
System Red Green Blue C M Y K H S L
Decimal 33 150 80 0.78 0 0.47 0.41 144.1 0.64 0.36
Hex 21 96 50 4E 0 2F 29 90 40 24
Octal 41 226 120 116 0 57 51 220 100 44
Binary 100001 10010110 1010000 1001110 0 101111 101001 10010000 1000000 100100

Color Harmonies of #219650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219650

Black with #219650

Text Example


Text Example

White with #219650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219650; }

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

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

background-color css

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

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

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

border-color css

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

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

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