Html Css Color HEX #32B3AB Light Sea Green

📋 copy color: '#32B3AB'

red 50 ◦ green 179 ◦ blue 171

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

Shades of Light Sea Green #32B3AB

Tints of Light Sea Green #32B3AB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.75%

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

R = 12.5%
G = 44.75%
B = 42.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#32B3AB (or 0x32B3AB) is known color: Light Sea Green. HEX triplet: 32, B3 and AB. RGB value is (50,179,171). Sum of RGB (Red+Green+Blue) = 50+179+171=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #32B3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B3AB is #CD4C54. Grayscale: #8B8B8B. Windows color (decimal): -13454421 or 11252530. OLE color: 11252530.

HSL color Cylindrical-coordinate representation of color #32B3AB: hue angle of 176.28º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B3AB is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 179 171 -
CMYK 0.72 0 0.04 0.30
HSL 176.28º 0.56% 0.45% -
HSV(B) 176.28º 0.72% 0.7% -
XYZ 24.79 35.86 44.14 -
YUV 139.52 145.76 64.15 -
System Red Green Blue C M Y K H S L
Decimal 50 179 171 0.72 0 0.04 0.30 176.28 0.56 0.45
Hex 32 B3 AB 48 0 4 1E B0 38 2D
Octal 62 263 253 110 0 4 36 260 70 55
Binary 110010 10110011 10101011 1001000 0 100 11110 10110000 111000 101101

Color Harmonies of #32B3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B3AB

Black with #32B3AB

Text Example


Text Example

White with #32B3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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