Html Css Color HEX #32B9AD Light Sea Green

📋 copy color: '#32B9AD'

red 50 ◦ green 185 ◦ blue 173

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

Shades of Light Sea Green #32B9AD

Tints of Light Sea Green #32B9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.34%

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 12.25%
G = 45.34%
B = 42.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#32B9AD (or 0x32B9AD) is known color: Light Sea Green. HEX triplet: 32, B9 and AD. RGB value is (50,185,173). Sum of RGB (Red+Green+Blue) = 50+185+173=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #32B9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B9AD is #CD4652. Grayscale: #8F8F8F. Windows color (decimal): -13452883 or 11385138. OLE color: 11385138.

HSL color Cylindrical-coordinate representation of color #32B9AD: hue angle of 174.67º degrees, saturation: 0.57, 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 #32B9AD is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 185 173 -
CMYK 0.73 0 0.06 0.27
HSL 174.67º 0.57% 0.46% -
HSV(B) 174.67º 0.73% 0.73% -
XYZ 26.21 38.39 45.56 -
YUV 143.27 144.77 61.48 -
System Red Green Blue C M Y K H S L
Decimal 50 185 173 0.73 0 0.06 0.27 174.67 0.57 0.46
Hex 32 B9 AD 49 0 6 1B AF 39 2E
Octal 62 271 255 111 0 6 33 257 71 56
Binary 110010 10111001 10101101 1001001 0 110 11011 10101111 111001 101110

Color Harmonies of #32B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B9AD

Black with #32B9AD

Text Example


Text Example

White with #32B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,185,173); }

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

background-color css

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

 a { background-color: rgb(50,185,173); }

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

border-color css

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

 span { border-color: rgb(50,185,173); }

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