#20BA9E

Color #20BA9E Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #20BA9E

Tints of Light Sea Green #20BA9E

Color information

#20BA9E (or 0x20BA9E) is unknown color: approx Light Sea Green. HEX triplet: 20, BA and 9E. RGB value is (32,186,158). Sum of RGB (Red+Green+Blue) = 32+186+158=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BA9E is #DF4561. Grayscale: #888888. Windows color (decimal): -14632290 or 10402336. OLE color: 10402336.

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

Color convert

RGB32186158-
CMYK0.8300.150.27
HSL169.09º70.64%42.75%-
HSV(B)169.09º82.8%72.94%-
XYZ24.3337.8938.38-
YUV136.76139.9853.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.51%
GREEN value IS 186 (73.05% from 255) = 49.47%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=8.51%
G=49.47%
B=42.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal321861580.8300.150.27169.0970.6442.75
Hex20BA9E530F1Ba9472b
Octal402722361230173325110753
Binary100000101110101001111010100110111111011101010011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20BA9E;
 }
 .AnyTagClassName
 {
   color: #20BA9E;
 }
</style>
background-color css

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

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

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

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

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

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