Html Css Color HEX #209152 Sea Green

📋 copy color: '#209152'

red 32 ◦ green 145 ◦ blue 82

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

Shades of Sea Green #209152

Tints of Sea Green #209152

RGB

 RED value IS 32 (12.89% from 255) = 12.36%

 GREEN value IS 145 (57.03% from 255) = 55.98%

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

R = 12.36%
G = 55.98%
B = 31.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#209152 (or 0x209152) is known color: Sea Green. HEX triplet: 20, 91 and 52. RGB value is (32,145,82). Sum of RGB (Red+Green+Blue) = 32+145+82=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #209152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209152 is #DF6EAD. Grayscale: #686868. Windows color (decimal): -14642862 or 5411104. OLE color: 5411104.

HSL color Cylindrical-coordinate representation of color #209152: hue angle of 146.55º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209152 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 145 82 -
CMYK 0.78 0 0.43 0.43
HSL 146.55º 0.64% 0.35% -
HSV(B) 146.55º 0.78% 0.57% -
XYZ 12.24 21.17 11.42 -
YUV 104.03 115.56 76.62 -
System Red Green Blue C M Y K H S L
Decimal 32 145 82 0.78 0 0.43 0.43 146.55 0.64 0.35
Hex 20 91 52 4E 0 2B 2B 93 40 23
Octal 40 221 122 116 0 53 53 223 100 43
Binary 100000 10010001 1010010 1001110 0 101011 101011 10010011 1000000 100011

Color Harmonies of #209152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209152

Black with #209152

Text Example


Text Example

White with #209152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209152; }

 p { color: rgb(32,145,82); }

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

background-color css

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

 a { background-color: rgb(32,145,82); }

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

border-color css

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

 span { border-color: rgb(32,145,82); }

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