Html Css Color HEX #32ADAE Light Sea Green

📋 copy color: '#32ADAE'

red 50 ◦ green 173 ◦ blue 174

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

Shades of Light Sea Green #32ADAE

Tints of Light Sea Green #32ADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 12.59%
G = 43.58%
B = 43.83%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#32ADAE (or 0x32ADAE) is known color: Light Sea Green. HEX triplet: 32, AD and AE. RGB value is (50,173,174). Sum of RGB (Red+Green+Blue) = 50+173+174=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #32ADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ADAE is #CD5251. Grayscale: #888888. Windows color (decimal): -13455954 or 11447602. OLE color: 11447602.

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

Color convert

RGB 50 173 174 -
CMYK 0.71 0.01 0 0.32
HSL 180.48º 0.55% 0.44% -
HSV(B) 180.48º 0.71% 0.68% -
XYZ 23.9 33.62 45.27 -
YUV 136.34 149.25 66.42 -
System Red Green Blue C M Y K H S L
Decimal 50 173 174 0.71 0.01 0 0.32 180.48 0.55 0.44
Hex 32 AD AE 47 1 0 20 B4 37 2C
Octal 62 255 256 107 1 0 40 264 67 54
Binary 110010 10101101 10101110 1000111 1 0 100000 10110100 110111 101100

Color Harmonies of #32ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ADAE

Black with #32ADAE

Text Example


Text Example

White with #32ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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