#2BC6AD

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

Shades of Light Sea Green #2BC6AD

Tints of Light Sea Green #2BC6AD

Color information

#2BC6AD (or 0x2BC6AD) is unknown color: approx Light Sea Green. HEX triplet: 2B, C6 and AD. RGB value is (43,198,173). Sum of RGB (Red+Green+Blue) = 43+198+173=414 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.39% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC6AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC6AD is #D43952. Grayscale: #949494. Windows color (decimal): -13908307 or 11388459. OLE color: 11388459.

HSL color Cylindrical-coordinate representation of color #2BC6AD: hue angle of 170.32º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC6AD is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB43198173-
CMYK0.7800.130.22
HSL170.32º64.32%47.25%-
HSV(B)170.32º78.28%77.65%-
XYZ28.7343.9246.5-
YUV148.8141.6552.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.39%
GREEN value IS 198 (77.73% from 255) = 47.83%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=10.39%
G=47.83%
B=41.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal431981730.7800.130.22170.3264.3247.25
Hex2BC6AD4E0D16aa402f
Octal533062551160152625210057
Binary101011110001101010110110011100110110110101010101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BC6AD; }

 p { color: rgb(43,198,173); }

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

<style>
 a { background-color: #2BC6AD; }

 a { background-color: rgb(43,198,173); }

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

<style>
 span { border-color: #2BC6AD; }

 span { border-color: rgb(43,198,173); }

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