Html Css Color HEX #20BAB1 Light Sea Green

📋 copy color: '#20BAB1'

red 32 ◦ green 186 ◦ blue 177

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

Shades of Light Sea Green #20BAB1

Tints of Light Sea Green #20BAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.81%

R = 8.1%
G = 47.09%
B = 44.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#20BAB1 (or 0x20BAB1) is known color: Light Sea Green. HEX triplet: 20, BA and B1. RGB value is (32,186,177). Sum of RGB (Red+Green+Blue) = 32+186+177=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #20BAB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BAB1 is #DF454E. Grayscale: #8A8A8A. Windows color (decimal): -14632271 or 11647520. OLE color: 11647520.

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

Color convert

RGB 32 186 177 -
CMYK 0.83 0 0.05 0.27
HSL 176.49º 0.71% 0.43% -
HSV(B) 176.49º 0.83% 0.73% -
XYZ 26.09 38.6 47.67 -
YUV 138.93 149.48 51.73 -
System Red Green Blue C M Y K H S L
Decimal 32 186 177 0.83 0 0.05 0.27 176.49 0.71 0.43
Hex 20 BA B1 53 0 5 1B B0 47 2B
Octal 40 272 261 123 0 5 33 260 107 53
Binary 100000 10111010 10110001 1010011 0 101 11011 10110000 1000111 101011

Color Harmonies of #20BAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BAB1

Black with #20BAB1

Text Example


Text Example

White with #20BAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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