Html Css Color HEX #32BCA9 Light Sea Green

📋 copy color: '#32BCA9'

red 50 ◦ green 188 ◦ blue 169

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

Shades of Light Sea Green #32BCA9

Tints of Light Sea Green #32BCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.19%

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

R = 12.29%
G = 46.19%
B = 41.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#32BCA9 (or 0x32BCA9) is known color: Light Sea Green. HEX triplet: 32, BC and A9. RGB value is (50,188,169). Sum of RGB (Red+Green+Blue) = 50+188+169=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #32BCA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BCA9 is #CD4356. Grayscale: #909090. Windows color (decimal): -13452119 or 11123762. OLE color: 11123762.

HSL color Cylindrical-coordinate representation of color #32BCA9: hue angle of 171.74º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BCA9 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 188 169 -
CMYK 0.73 0 0.10 0.26
HSL 171.74º 0.58% 0.47% -
HSV(B) 171.74º 0.73% 0.74% -
XYZ 26.46 39.51 43.77 -
YUV 144.57 141.78 60.54 -
System Red Green Blue C M Y K H S L
Decimal 50 188 169 0.73 0 0.10 0.26 171.74 0.58 0.47
Hex 32 BC A9 49 0 A 1A AC 3A 2F
Octal 62 274 251 111 0 12 32 254 72 57
Binary 110010 10111100 10101001 1001001 0 1010 11010 10101100 111010 101111

Color Harmonies of #32BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BCA9

Black with #32BCA9

Text Example


Text Example

White with #32BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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