Html Css Color HEX #32AEB9 Light Sea Green

📋 copy color: '#32AEB9'

red 50 ◦ green 174 ◦ blue 185

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

Shades of Light Sea Green #32AEB9

Tints of Light Sea Green #32AEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.23%

R = 12.22%
G = 42.54%
B = 45.23%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#32AEB9 (or 0x32AEB9) is known color: Light Sea Green. HEX triplet: 32, AE and B9. RGB value is (50,174,185). Sum of RGB (Red+Green+Blue) = 50+174+185=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #32AEB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEB9 is #CD5146. Grayscale: #8A8A8A. Windows color (decimal): -13455687 or 12168754. OLE color: 12168754.

HSL color Cylindrical-coordinate representation of color #32AEB9: hue angle of 184.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32AEB9 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 174 185 -
CMYK 0.73 0.06 0 0.27
HSL 184.89º 0.57% 0.46% -
HSV(B) 184.89º 0.73% 0.73% -
XYZ 25.21 34.45 51.22 -
YUV 138.18 154.42 65.11 -
System Red Green Blue C M Y K H S L
Decimal 50 174 185 0.73 0.06 0 0.27 184.89 0.57 0.46
Hex 32 AE B9 49 6 0 1B B9 39 2E
Octal 62 256 271 111 6 0 33 271 71 56
Binary 110010 10101110 10111001 1001001 110 0 11011 10111001 111001 101110

Color Harmonies of #32AEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AEB9

Black with #32AEB9

Text Example


Text Example

White with #32AEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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