Html Css Color HEX #32B5AA Light Sea Green

📋 copy color: '#32B5AA'

red 50 ◦ green 181 ◦ blue 170

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

Shades of Light Sea Green #32B5AA

Tints of Light Sea Green #32B5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.14%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 12.47%
G = 45.14%
B = 42.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#32B5AA (or 0x32B5AA) is known color: Light Sea Green. HEX triplet: 32, B5 and AA. RGB value is (50,181,170). Sum of RGB (Red+Green+Blue) = 50+181+170=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #32B5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B5AA is #CD4A55. Grayscale: #8C8C8C. Windows color (decimal): -13453910 or 11187506. OLE color: 11187506.

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

Color convert

RGB 50 181 170 -
CMYK 0.72 0 0.06 0.29
HSL 174.96º 0.57% 0.45% -
HSV(B) 174.96º 0.72% 0.71% -
XYZ 25.09 36.63 43.78 -
YUV 140.58 144.6 63.39 -
System Red Green Blue C M Y K H S L
Decimal 50 181 170 0.72 0 0.06 0.29 174.96 0.57 0.45
Hex 32 B5 AA 48 0 6 1D AF 39 2D
Octal 62 265 252 110 0 6 35 257 71 55
Binary 110010 10110101 10101010 1001000 0 110 11101 10101111 111001 101101

Color Harmonies of #32B5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B5AA

Black with #32B5AA

Text Example


Text Example

White with #32B5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,181,170); }

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

background-color css

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

 a { background-color: rgb(50,181,170); }

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

border-color css

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

 span { border-color: rgb(50,181,170); }

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