Html Css Color HEX #32BBAB Light Sea Green

📋 copy color: '#32BBAB'

red 50 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #32BBAB

Tints of Light Sea Green #32BBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.83%

 BLUE value IS 171 (67.19% from 255) = 41.91%

R = 12.25%
G = 45.83%
B = 41.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#32BBAB (or 0x32BBAB) is known color: Light Sea Green. HEX triplet: 32, BB and AB. RGB value is (50,187,171). Sum of RGB (Red+Green+Blue) = 50+187+171=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #32BBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BBAB is #CD4454. Grayscale: #909090. Windows color (decimal): -13452373 or 11254578. OLE color: 11254578.

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

Color convert

RGB 50 187 171 -
CMYK 0.73 0 0.09 0.27
HSL 172.99º 0.58% 0.46% -
HSV(B) 172.99º 0.73% 0.73% -
XYZ 26.44 39.16 44.69 -
YUV 144.21 143.11 60.8 -
System Red Green Blue C M Y K H S L
Decimal 50 187 171 0.73 0 0.09 0.27 172.99 0.58 0.46
Hex 32 BB AB 49 0 9 1B AD 3A 2E
Octal 62 273 253 111 0 11 33 255 72 56
Binary 110010 10111011 10101011 1001001 0 1001 11011 10101101 111010 101110

Color Harmonies of #32BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BBAB

Black with #32BBAB

Text Example


Text Example

White with #32BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,187,171); }

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

background-color css

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

 a { background-color: rgb(50,187,171); }

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

border-color css

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

 span { border-color: rgb(50,187,171); }

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