Html Css Color HEX #32ABAD Light Sea Green

📋 copy color: '#32ABAD'

red 50 ◦ green 171 ◦ blue 173

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

Shades of Light Sea Green #32ABAD

Tints of Light Sea Green #32ABAD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.4%

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 12.69%
G = 43.4%
B = 43.91%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#32ABAD (or 0x32ABAD) is known color: Light Sea Green. HEX triplet: 32, AB and AD. RGB value is (50,171,173). Sum of RGB (Red+Green+Blue) = 50+171+173=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #32ABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ABAD is #CD5452. Grayscale: #868686. Windows color (decimal): -13456467 or 11381554. OLE color: 11381554.

HSL color Cylindrical-coordinate representation of color #32ABAD: hue angle of 180.98º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32ABAD is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 171 173 -
CMYK 0.71 0.01 0 0.32
HSL 180.98º 0.55% 0.44% -
HSV(B) 180.98º 0.71% 0.68% -
XYZ 23.42 32.82 44.64 -
YUV 135.05 149.41 67.34 -
System Red Green Blue C M Y K H S L
Decimal 50 171 173 0.71 0.01 0 0.32 180.98 0.55 0.44
Hex 32 AB AD 47 1 0 20 B5 37 2C
Octal 62 253 255 107 1 0 40 265 67 54
Binary 110010 10101011 10101101 1000111 1 0 100000 10110101 110111 101100

Color Harmonies of #32ABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ABAD

Black with #32ABAD

Text Example


Text Example

White with #32ABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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