#2BC6B0

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

Shades of Light Sea Green #2BC6B0

Tints of Light Sea Green #2BC6B0

Color information

#2BC6B0 (or 0x2BC6B0) is unknown color: approx Light Sea Green. HEX triplet: 2B, C6 and B0. RGB value is (43,198,176). Sum of RGB (Red+Green+Blue) = 43+198+176=417 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.31% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC6B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC6B0 is #D4394F. Grayscale: #959595. Windows color (decimal): -13908304 or 11585067. OLE color: 11585067.

HSL color Cylindrical-coordinate representation of color #2BC6B0: hue angle of 171.48º 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 #2BC6B0 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB43198176-
CMYK0.7800.110.22
HSL171.48º64.32%47.25%-
HSV(B)171.48º78.28%77.65%-
XYZ29.0344.0448.04-
YUV149.15143.1552.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.31%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 176 (69.14% from 255) = 42.21%
R=10.31%
G=47.48%
B=42.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal431981760.7800.110.22171.4864.3247.25
Hex2BC6B04E0B16ab402f
Octal533062601160132625310057
Binary101011110001101011000010011100101110110101010111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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