Html Css Color HEX #32BBAF Light Sea Green

📋 copy color: '#32BBAF'

red 50 ◦ green 187 ◦ blue 175

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

Shades of Light Sea Green #32BBAF

Tints of Light Sea Green #32BBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 12.14%
G = 45.39%
B = 42.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#32BBAF (or 0x32BBAF) is known color: Light Sea Green. HEX triplet: 32, BB and AF. RGB value is (50,187,175). Sum of RGB (Red+Green+Blue) = 50+187+175=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #32BBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BBAF is #CD4450. Grayscale: #909090. Windows color (decimal): -13452369 or 11516722. OLE color: 11516722.

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

Color convert

RGB 50 187 175 -
CMYK 0.73 0 0.06 0.27
HSL 174.74º 0.58% 0.46% -
HSV(B) 174.74º 0.73% 0.73% -
XYZ 26.82 39.31 46.73 -
YUV 144.67 145.11 60.48 -
System Red Green Blue C M Y K H S L
Decimal 50 187 175 0.73 0 0.06 0.27 174.74 0.58 0.46
Hex 32 BB AF 49 0 6 1B AF 3A 2E
Octal 62 273 257 111 0 6 33 257 72 56
Binary 110010 10111011 10101111 1001001 0 110 11011 10101111 111010 101110

Color Harmonies of #32BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BBAF

Black with #32BBAF

Text Example


Text Example

White with #32BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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