Html Css Color HEX #20BFAC Light Sea Green

📋 copy color: '#20BFAC'

red 32 ◦ green 191 ◦ blue 172

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

Shades of Light Sea Green #20BFAC

Tints of Light Sea Green #20BFAC

RGB

 RED value IS 32 (12.89% from 255) = 8.1%

 GREEN value IS 191 (75% from 255) = 48.35%

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 8.1%
G = 48.35%
B = 43.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#20BFAC (or 0x20BFAC) is known color: Light Sea Green. HEX triplet: 20, BF and AC. RGB value is (32,191,172). Sum of RGB (Red+Green+Blue) = 32+191+172=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #20BFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BFAC is #DF4053. Grayscale: #8D8D8D. Windows color (decimal): -14630996 or 11321120. OLE color: 11321120.

HSL color Cylindrical-coordinate representation of color #20BFAC: hue angle of 172.83º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BFAC is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 191 172 -
CMYK 0.83 0 0.10 0.25
HSL 172.83º 0.71% 0.44% -
HSV(B) 172.83º 0.83% 0.75% -
XYZ 26.67 40.55 45.45 -
YUV 141.29 145.32 50.04 -
System Red Green Blue C M Y K H S L
Decimal 32 191 172 0.83 0 0.10 0.25 172.83 0.71 0.44
Hex 20 BF AC 53 0 A 19 AD 47 2C
Octal 40 277 254 123 0 12 31 255 107 54
Binary 100000 10111111 10101100 1010011 0 1010 11001 10101101 1000111 101100

Color Harmonies of #20BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BFAC

Black with #20BFAC

Text Example


Text Example

White with #20BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20BFAC; }

 p { color: rgb(32,191,172); }

 H1.HeaderClassName
 {
   color: #20BFAC;
 }
 .AnyTagClassName
 {
   color: #20BFAC;
 }
</style>

background-color css

<style>
 a { background-color: #20BFAC; }

 a { background-color: rgb(32,191,172); }

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

border-color css

<style>
 span { border-color: #20BFAC; }

 span { border-color: rgb(32,191,172); }

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