Html Css Color HEX #32BAA9 Light Sea Green

📋 copy color: '#32BAA9'

red 50 ◦ green 186 ◦ blue 169

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

Shades of Light Sea Green #32BAA9

Tints of Light Sea Green #32BAA9

RGB

 RED value IS 50 (19.92% from 255) = 12.35%

 GREEN value IS 186 (73.05% from 255) = 45.93%

 BLUE value IS 169 (66.41% from 255) = 41.73%

R = 12.35%
G = 45.93%
B = 41.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#32BAA9 (or 0x32BAA9) is known color: Light Sea Green. HEX triplet: 32, BA and A9. RGB value is (50,186,169). Sum of RGB (Red+Green+Blue) = 50+186+169=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #32BAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BAA9 is #CD4556. Grayscale: #8F8F8F. Windows color (decimal): -13452631 or 11123250. OLE color: 11123250.

HSL color Cylindrical-coordinate representation of color #32BAA9: hue angle of 172.5º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BAA9 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 186 169 -
CMYK 0.73 0 0.09 0.27
HSL 172.5º 0.58% 0.46% -
HSV(B) 172.5º 0.73% 0.73% -
XYZ 26.04 38.66 43.63 -
YUV 143.4 142.44 61.38 -
System Red Green Blue C M Y K H S L
Decimal 50 186 169 0.73 0 0.09 0.27 172.5 0.58 0.46
Hex 32 BA A9 49 0 9 1B AC 3A 2E
Octal 62 272 251 111 0 11 33 254 72 56
Binary 110010 10111010 10101001 1001001 0 1001 11011 10101100 111010 101110

Color Harmonies of #32BAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BAA9

Black with #32BAA9

Text Example


Text Example

White with #32BAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32BAA9; }

 p { color: rgb(50,186,169); }

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

background-color css

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

 a { background-color: rgb(50,186,169); }

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

border-color css

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

 span { border-color: rgb(50,186,169); }

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