Html Css Color HEX #32B7AA Light Sea Green

📋 copy color: '#32B7AA'

red 50 ◦ green 183 ◦ blue 170

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

Shades of Light Sea Green #32B7AA

Tints of Light Sea Green #32B7AA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.41%

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

R = 12.41%
G = 45.41%
B = 42.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#32B7AA (or 0x32B7AA) is known color: Light Sea Green. HEX triplet: 32, B7 and AA. RGB value is (50,183,170). Sum of RGB (Red+Green+Blue) = 50+183+170=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #32B7AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B7AA is #CD4855. Grayscale: #8D8D8D. Windows color (decimal): -13453398 or 11188018. OLE color: 11188018.

HSL color Cylindrical-coordinate representation of color #32B7AA: hue angle of 174.14º 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 #32B7AA is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 183 170 -
CMYK 0.73 0 0.07 0.28
HSL 174.14º 0.57% 0.46% -
HSV(B) 174.14º 0.73% 0.72% -
XYZ 25.5 37.45 43.91 -
YUV 141.75 143.94 62.56 -
System Red Green Blue C M Y K H S L
Decimal 50 183 170 0.73 0 0.07 0.28 174.14 0.57 0.46
Hex 32 B7 AA 49 0 7 1C AE 39 2E
Octal 62 267 252 111 0 7 34 256 71 56
Binary 110010 10110111 10101010 1001001 0 111 11100 10101110 111001 101110

Color Harmonies of #32B7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B7AA

Black with #32B7AA

Text Example


Text Example

White with #32B7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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