Html Css Color HEX #32AEAF Light Sea Green

📋 copy color: '#32AEAF'

red 50 ◦ green 174 ◦ blue 175

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

Shades of Light Sea Green #32AEAF

Tints of Light Sea Green #32AEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 12.53%
G = 43.61%
B = 43.86%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#32AEAF (or 0x32AEAF) is known color: Light Sea Green. HEX triplet: 32, AE and AF. RGB value is (50,174,175). Sum of RGB (Red+Green+Blue) = 50+174+175=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #32AEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AEAF is #CD5150. Grayscale: #888888. Windows color (decimal): -13455697 or 11513394. OLE color: 11513394.

HSL color Cylindrical-coordinate representation of color #32AEAF: hue angle of 180.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AEAF is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 174 175 -
CMYK 0.71 0.01 0 0.31
HSL 180.48º 0.56% 0.44% -
HSV(B) 180.48º 0.71% 0.69% -
XYZ 24.19 34.05 45.85 -
YUV 137.04 149.42 65.92 -
System Red Green Blue C M Y K H S L
Decimal 50 174 175 0.71 0.01 0 0.31 180.48 0.56 0.44
Hex 32 AE AF 47 1 0 1F B4 38 2C
Octal 62 256 257 107 1 0 37 264 70 54
Binary 110010 10101110 10101111 1000111 1 0 11111 10110100 111000 101100

Color Harmonies of #32AEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AEAF

Black with #32AEAF

Text Example


Text Example

White with #32AEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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