#2BB3A1

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

Shades of Light Sea Green #2BB3A1

Tints of Light Sea Green #2BB3A1

Color information

#2BB3A1 (or 0x2BB3A1) is unknown color: approx Light Sea Green. HEX triplet: 2B, B3 and A1. RGB value is (43,179,161). Sum of RGB (Red+Green+Blue) = 43+179+161=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB3A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB3A1 is #D44C5E. Grayscale: #888888. Windows color (decimal): -13913183 or 10597163. OLE color: 10597163.

HSL color Cylindrical-coordinate representation of color #2BB3A1: hue angle of 172.06º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB3A1 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB43179161-
CMYK0.7600.100.30
HSL172.06º61.26%43.53%-
HSV(B)172.06º75.98%70.2%-
XYZ23.5535.3339.3-
YUV136.28141.9461.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.23%
GREEN value IS 179 (70.31% from 255) = 46.74%
BLUE value IS 161 (63.28% from 255) = 42.04%
R=11.23%
G=46.74%
B=42.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal431791610.7600.100.30172.0661.2643.53
Hex2BB3A14C0A1Eac3d2c
Octal53263241114012362547554
Binary10101110110011101000011001100010101111010101100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,179,161); }

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

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

 a { background-color: rgb(43,179,161); }

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

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

 span { border-color: rgb(43,179,161); }

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