Html Css Color HEX #32B8AD Light Sea Green

📋 copy color: '#32B8AD'

red 50 ◦ green 184 ◦ blue 173

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

Shades of Light Sea Green #32B8AD

Tints of Light Sea Green #32B8AD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.21%

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

R = 12.29%
G = 45.21%
B = 42.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#32B8AD (or 0x32B8AD) is known color: Light Sea Green. HEX triplet: 32, B8 and AD. RGB value is (50,184,173). Sum of RGB (Red+Green+Blue) = 50+184+173=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #32B8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B8AD is #CD4752. Grayscale: #8E8E8E. Windows color (decimal): -13453139 or 11384882. OLE color: 11384882.

HSL color Cylindrical-coordinate representation of color #32B8AD: hue angle of 175.07º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B8AD is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 184 173 -
CMYK 0.73 0 0.06 0.28
HSL 175.07º 0.57% 0.46% -
HSV(B) 175.07º 0.73% 0.72% -
XYZ 26 37.98 45.5 -
YUV 142.68 145.11 61.89 -
System Red Green Blue C M Y K H S L
Decimal 50 184 173 0.73 0 0.06 0.28 175.07 0.57 0.46
Hex 32 B8 AD 49 0 6 1C AF 39 2E
Octal 62 270 255 111 0 6 34 257 71 56
Binary 110010 10111000 10101101 1001001 0 110 11100 10101111 111001 101110

Color Harmonies of #32B8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B8AD

Black with #32B8AD

Text Example


Text Example

White with #32B8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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