Html Css Color HEX #32ADAC Light Sea Green

📋 copy color: '#32ADAC'

red 50 ◦ green 173 ◦ blue 172

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

Shades of Light Sea Green #32ADAC

Tints of Light Sea Green #32ADAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 12.66%
G = 43.8%
B = 43.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#32ADAC (or 0x32ADAC) is known color: Light Sea Green. HEX triplet: 32, AD and AC. RGB value is (50,173,172). Sum of RGB (Red+Green+Blue) = 50+173+172=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #32ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ADAC is #CD5253. Grayscale: #878787. Windows color (decimal): -13455956 or 11316530. OLE color: 11316530.

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

Color convert

RGB 50 173 172 -
CMYK 0.71 0 0.01 0.32
HSL 179.51º 0.55% 0.44% -
HSV(B) 179.51º 0.71% 0.68% -
XYZ 23.71 33.54 44.25 -
YUV 136.11 148.25 66.58 -
System Red Green Blue C M Y K H S L
Decimal 50 173 172 0.71 0 0.01 0.32 179.51 0.55 0.44
Hex 32 AD AC 47 0 1 20 B4 37 2C
Octal 62 255 254 107 0 1 40 264 67 54
Binary 110010 10101101 10101100 1000111 0 1 100000 10110100 110111 101100

Color Harmonies of #32ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ADAC

Black with #32ADAC

Text Example


Text Example

White with #32ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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