Html Css Color HEX #32AFAA Light Sea Green

📋 copy color: '#32AFAA'

red 50 ◦ green 175 ◦ blue 170

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

Shades of Light Sea Green #32AFAA

Tints of Light Sea Green #32AFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.3%

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

R = 12.66%
G = 44.3%
B = 43.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#32AFAA (or 0x32AFAA) is known color: Light Sea Green. HEX triplet: 32, AF and AA. RGB value is (50,175,170). Sum of RGB (Red+Green+Blue) = 50+175+170=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #32AFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AFAA is #CD5055. Grayscale: #888888. Windows color (decimal): -13455446 or 11185970. OLE color: 11185970.

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

Color convert

RGB 50 175 170 -
CMYK 0.71 0 0.03 0.31
HSL 177.6º 0.56% 0.44% -
HSV(B) 177.6º 0.71% 0.69% -
XYZ 23.9 34.24 43.38 -
YUV 137.06 146.59 65.91 -
System Red Green Blue C M Y K H S L
Decimal 50 175 170 0.71 0 0.03 0.31 177.6 0.56 0.44
Hex 32 AF AA 47 0 3 1F B2 38 2C
Octal 62 257 252 107 0 3 37 262 70 54
Binary 110010 10101111 10101010 1000111 0 11 11111 10110010 111000 101100

Color Harmonies of #32AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AFAA

Black with #32AFAA

Text Example


Text Example

White with #32AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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