#2bb6a2

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

Shades of Light Sea Green #2BB6A2

Tints of Light Sea Green #2BB6A2

Color information

#2BB6A2 (or 0x2BB6A2) is unknown color: approx Light Sea Green. HEX triplet: 2B, B6 and A2. RGB value is (43,182,162). Sum of RGB (Red+Green+Blue) = 43+182+162=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB6A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB6A2 is #D4495D. Grayscale: #8A8A8A. Windows color (decimal): -13912414 or 10663467. OLE color: 10663467.

HSL color Cylindrical-coordinate representation of color #2BB6A2: hue angle of 171.37º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB6A2 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB43182162-
CMYK0.7600.110.29
HSL171.37º61.78%44.12%-
HSV(B)171.37º76.37%71.37%-
XYZ24.2536.5839.96-
YUV138.16141.4560.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.11%
GREEN value IS 182 (71.48% from 255) = 47.03%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=11.11%
G=47.03%
B=41.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431821620.7600.110.29171.3761.7844.12
Hex2BB6A24C0B1Dab3e2c
Octal53266242114013352537654
Binary10101110110110101000101001100010111110110101011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bb6a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,182,162); }

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

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

 a { background-color: rgb(43,182,162); }

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

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

 span { border-color: rgb(43,182,162); }

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