Html Css Color HEX #32AA9E Light Sea Green

📋 copy color: '#32AA9E'

red 50 ◦ green 170 ◦ blue 158

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

Shades of Light Sea Green #32AA9E

Tints of Light Sea Green #32AA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.97%

 BLUE value IS 158 (62.11% from 255) = 41.8%

R = 13.23%
G = 44.97%
B = 41.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#32AA9E (or 0x32AA9E) is known color: Light Sea Green. HEX triplet: 32, AA and 9E. RGB value is (50,170,158). Sum of RGB (Red+Green+Blue) = 50+170+158=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AA9E is #CD5561. Grayscale: #848484. Windows color (decimal): -13456738 or 10398258. OLE color: 10398258.

HSL color Cylindrical-coordinate representation of color #32AA9E: hue angle of 174º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AA9E is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 170 158 -
CMYK 0.71 0 0.07 0.33
HSL 174º 0.55% 0.43% -
HSV(B) 174º 0.71% 0.67% -
XYZ 21.86 31.9 37.35 -
YUV 132.75 142.24 68.98 -
System Red Green Blue C M Y K H S L
Decimal 50 170 158 0.71 0 0.07 0.33 174 0.55 0.43
Hex 32 AA 9E 47 0 7 21 AE 37 2B
Octal 62 252 236 107 0 7 41 256 67 53
Binary 110010 10101010 10011110 1000111 0 111 100001 10101110 110111 101011

Color Harmonies of #32AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AA9E

Black with #32AA9E

Text Example


Text Example

White with #32AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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