Html Css Color HEX #32BAA6 Light Sea Green

📋 copy color: '#32BAA6'

red 50 ◦ green 186 ◦ blue 166

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

Shades of Light Sea Green #32BAA6

Tints of Light Sea Green #32BAA6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.27%

 BLUE value IS 166 (65.23% from 255) = 41.29%

R = 12.44%
G = 46.27%
B = 41.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#32BAA6 (or 0x32BAA6) is known color: Light Sea Green. HEX triplet: 32, BA and A6. RGB value is (50,186,166). Sum of RGB (Red+Green+Blue) = 50+186+166=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #32BAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BAA6 is #CD4559. Grayscale: #8F8F8F. Windows color (decimal): -13452634 or 10926642. OLE color: 10926642.

HSL color Cylindrical-coordinate representation of color #32BAA6: hue angle of 171.18º degrees, saturation: 0.58, 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 #32BAA6 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 186 166 -
CMYK 0.73 0 0.11 0.27
HSL 171.18º 0.58% 0.46% -
HSV(B) 171.18º 0.73% 0.73% -
XYZ 25.76 38.55 42.16 -
YUV 143.06 140.94 61.63 -
System Red Green Blue C M Y K H S L
Decimal 50 186 166 0.73 0 0.11 0.27 171.18 0.58 0.46
Hex 32 BA A6 49 0 B 1B AB 3A 2E
Octal 62 272 246 111 0 13 33 253 72 56
Binary 110010 10111010 10100110 1001001 0 1011 11011 10101011 111010 101110

Color Harmonies of #32BAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BAA6

Black with #32BAA6

Text Example


Text Example

White with #32BAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,186,166); }

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

background-color css

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

 a { background-color: rgb(50,186,166); }

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

border-color css

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

 span { border-color: rgb(50,186,166); }

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