Html Css Color HEX #20BBAC Light Sea Green

📋 copy color: '#20BBAC'

red 32 ◦ green 187 ◦ blue 172

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

Shades of Light Sea Green #20BBAC

Tints of Light Sea Green #20BBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.83%

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

R = 8.18%
G = 47.83%
B = 43.99%

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

#20BBAC (or 0x20BBAC) is known color: Light Sea Green. HEX triplet: 20, BB and AC. RGB value is (32,187,172). Sum of RGB (Red+Green+Blue) = 32+187+172=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 187 - color contains mainly: green. Hex color #20BBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BBAC is #DF4453. Grayscale: #8A8A8A. Windows color (decimal): -14632020 or 11320096. OLE color: 11320096.

HSL color Cylindrical-coordinate representation of color #20BBAC: hue angle of 174.19º 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 #20BBAC is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 187 172 -
CMYK 0.83 0 0.08 0.27
HSL 174.19º 0.71% 0.43% -
HSV(B) 174.19º 0.83% 0.73% -
XYZ 25.81 38.83 45.16 -
YUV 138.95 146.65 51.72 -
System Red Green Blue C M Y K H S L
Decimal 32 187 172 0.83 0 0.08 0.27 174.19 0.71 0.43
Hex 20 BB AC 53 0 8 1B AE 47 2B
Octal 40 273 254 123 0 10 33 256 107 53
Binary 100000 10111011 10101100 1010011 0 1000 11011 10101110 1000111 101011

Color Harmonies of #20BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BBAC

Black with #20BBAC

Text Example


Text Example

White with #20BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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