Html Css Color HEX #32ABAF Light Sea Green

📋 copy color: '#32ABAF'

red 50 ◦ green 171 ◦ blue 175

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

Shades of Light Sea Green #32ABAF

Tints of Light Sea Green #32ABAF

RGB

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

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

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

R = 12.63%
G = 43.18%
B = 44.19%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#32ABAF (or 0x32ABAF) is known color: Light Sea Green. HEX triplet: 32, AB and AF. RGB value is (50,171,175). Sum of RGB (Red+Green+Blue) = 50+171+175=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #32ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ABAF is #CD5450. Grayscale: #878787. Windows color (decimal): -13456465 or 11512626. OLE color: 11512626.

HSL color Cylindrical-coordinate representation of color #32ABAF: hue angle of 181.92º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32ABAF is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 171 175 -
CMYK 0.71 0.02 0 0.31
HSL 181.92º 0.56% 0.44% -
HSV(B) 181.92º 0.71% 0.69% -
XYZ 23.62 32.9 45.66 -
YUV 135.28 150.41 67.17 -
System Red Green Blue C M Y K H S L
Decimal 50 171 175 0.71 0.02 0 0.31 181.92 0.56 0.44
Hex 32 AB AF 47 2 0 1F B6 38 2C
Octal 62 253 257 107 2 0 37 266 70 54
Binary 110010 10101011 10101111 1000111 10 0 11111 10110110 111000 101100

Color Harmonies of #32ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ABAF

Black with #32ABAF

Text Example


Text Example

White with #32ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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