Html Css Color HEX #20BAAC Light Sea Green

📋 copy color: '#20BAAC'

red 32 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #20BAAC

Tints of Light Sea Green #20BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.69%

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

R = 8.21%
G = 47.69%
B = 44.1%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#20BAAC (or 0x20BAAC) is known color: Light Sea Green. HEX triplet: 20, BA and AC. RGB value is (32,186,172). Sum of RGB (Red+Green+Blue) = 32+186+172=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #20BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BAAC is #DF4553. Grayscale: #8A8A8A. Windows color (decimal): -14632276 or 11319840. OLE color: 11319840.

HSL color Cylindrical-coordinate representation of color #20BAAC: hue angle of 174.55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BAAC is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 186 172 -
CMYK 0.83 0 0.08 0.27
HSL 174.55º 0.71% 0.43% -
HSV(B) 174.55º 0.83% 0.73% -
XYZ 25.6 38.4 45.09 -
YUV 138.36 146.98 52.14 -
System Red Green Blue C M Y K H S L
Decimal 32 186 172 0.83 0 0.08 0.27 174.55 0.71 0.43
Hex 20 BA AC 53 0 8 1B AF 47 2B
Octal 40 272 254 123 0 10 33 257 107 53
Binary 100000 10111010 10101100 1010011 0 1000 11011 10101111 1000111 101011

Color Harmonies of #20BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BAAC

Black with #20BAAC

Text Example


Text Example

White with #20BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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