Html Css Color HEX #32ADA2 Light Sea Green

📋 copy color: '#32ADA2'

red 50 ◦ green 173 ◦ blue 162

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

Shades of Light Sea Green #32ADA2

Tints of Light Sea Green #32ADA2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.94%

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 12.99%
G = 44.94%
B = 42.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#32ADA2 (or 0x32ADA2) is known color: Light Sea Green. HEX triplet: 32, AD and A2. RGB value is (50,173,162). Sum of RGB (Red+Green+Blue) = 50+173+162=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #32ADA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ADA2 is #CD525D. Grayscale: #868686. Windows color (decimal): -13455966 or 10661170. OLE color: 10661170.

HSL color Cylindrical-coordinate representation of color #32ADA2: hue angle of 174.63º 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 #32ADA2 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 173 162 -
CMYK 0.71 0 0.06 0.32
HSL 174.63º 0.55% 0.44% -
HSV(B) 174.63º 0.71% 0.68% -
XYZ 22.78 33.17 39.38 -
YUV 134.97 143.25 67.39 -
System Red Green Blue C M Y K H S L
Decimal 50 173 162 0.71 0 0.06 0.32 174.63 0.55 0.44
Hex 32 AD A2 47 0 6 20 AF 37 2C
Octal 62 255 242 107 0 6 40 257 67 54
Binary 110010 10101101 10100010 1000111 0 110 100000 10101111 110111 101100

Color Harmonies of #32ADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ADA2

Black with #32ADA2

Text Example


Text Example

White with #32ADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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