#20C6BD

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

Shades of Light Sea Green #20C6BD

Tints of Light Sea Green #20C6BD

Color information

#20C6BD (or 0x20C6BD) is unknown color: approx Light Sea Green. HEX triplet: 20, C6 and BD. RGB value is (32,198,189). Sum of RGB (Red+Green+Blue) = 32+198+189=419 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.64% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #20C6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C6BD is #DF3942. Grayscale: #939393. Windows color (decimal): -14629187 or 12437024. OLE color: 12437024.

HSL color Cylindrical-coordinate representation of color #20C6BD: hue angle of 176.75º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C6BD is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB32198189-
CMYK0.8400.050.22
HSL176.75º72.17%45.1%-
HSV(B)176.75º83.84%77.65%-
XYZ29.9844.3755.13-
YUV147.34151.545.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.64%
GREEN value IS 198 (77.73% from 255) = 47.26%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=7.64%
G=47.26%
B=45.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal321981890.8400.050.22176.7572.1745.1
Hex20C6BD540516b1482d
Octal40306275124052626111055
Binary10000011000110101111011010100010110110101100011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,198,189); }

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

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

 a { background-color: rgb(32,198,189); }

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

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

 span { border-color: rgb(32,198,189); }

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