Html Css Color HEX #32BDAB Light Sea Green

📋 copy color: '#32BDAB'

red 50 ◦ green 189 ◦ blue 171

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

Shades of Light Sea Green #32BDAB

Tints of Light Sea Green #32BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.1%

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

R = 12.2%
G = 46.1%
B = 41.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#32BDAB (or 0x32BDAB) is known color: Light Sea Green. HEX triplet: 32, BD and AB. RGB value is (50,189,171). Sum of RGB (Red+Green+Blue) = 50+189+171=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #32BDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BDAB is #CD4254. Grayscale: #919191. Windows color (decimal): -13451861 or 11255090. OLE color: 11255090.

HSL color Cylindrical-coordinate representation of color #32BDAB: hue angle of 172.23º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BDAB is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 189 171 -
CMYK 0.74 0 0.10 0.26
HSL 172.23º 0.58% 0.47% -
HSV(B) 172.23º 0.74% 0.74% -
XYZ 26.86 40.01 44.84 -
YUV 145.39 142.45 59.96 -
System Red Green Blue C M Y K H S L
Decimal 50 189 171 0.74 0 0.10 0.26 172.23 0.58 0.47
Hex 32 BD AB 4A 0 A 1A AC 3A 2F
Octal 62 275 253 112 0 12 32 254 72 57
Binary 110010 10111101 10101011 1001010 0 1010 11010 10101100 111010 101111

Color Harmonies of #32BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BDAB

Black with #32BDAB

Text Example


Text Example

White with #32BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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