Html Css Color HEX #32AEAA Light Sea Green

📋 copy color: '#32AEAA'

red 50 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #32AEAA

Tints of Light Sea Green #32AEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.16%

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

R = 12.69%
G = 44.16%
B = 43.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#32AEAA (or 0x32AEAA) is known color: Light Sea Green. HEX triplet: 32, AE and AA. RGB value is (50,174,170). Sum of RGB (Red+Green+Blue) = 50+174+170=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #32AEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AEAA is #CD5155. Grayscale: #888888. Windows color (decimal): -13455702 or 11185714. OLE color: 11185714.

HSL color Cylindrical-coordinate representation of color #32AEAA: hue angle of 178.06º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AEAA is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 174 170 -
CMYK 0.71 0 0.02 0.32
HSL 178.06º 0.55% 0.44% -
HSV(B) 178.06º 0.71% 0.68% -
XYZ 23.71 33.85 43.31 -
YUV 136.47 146.92 66.33 -
System Red Green Blue C M Y K H S L
Decimal 50 174 170 0.71 0 0.02 0.32 178.06 0.55 0.44
Hex 32 AE AA 47 0 2 20 B2 37 2C
Octal 62 256 252 107 0 2 40 262 67 54
Binary 110010 10101110 10101010 1000111 0 10 100000 10110010 110111 101100

Color Harmonies of #32AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AEAA

Black with #32AEAA

Text Example


Text Example

White with #32AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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