#2BB49D

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

Shades of Light Sea Green #2BB49D

Tints of Light Sea Green #2BB49D

Color information

#2BB49D (or 0x2BB49D) is unknown color: approx Light Sea Green. HEX triplet: 2B, B4 and 9D. RGB value is (43,180,157). Sum of RGB (Red+Green+Blue) = 43+180+157=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB49D is #D44B62. Grayscale: #888888. Windows color (decimal): -13912931 or 10335275. OLE color: 10335275.

HSL color Cylindrical-coordinate representation of color #2BB49D: hue angle of 169.93º degrees, saturation: 0.61, 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 #2BB49D is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB43180157-
CMYK0.7600.130.29
HSL169.93º61.43%43.73%-
HSV(B)169.93º76.11%70.59%-
XYZ23.435.5937.53-
YUV136.42139.6161.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.32%
GREEN value IS 180 (70.70% from 255) = 47.37%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=11.32%
G=47.37%
B=41.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431801570.7600.130.29169.9361.4343.73
Hex2BB49D4C0D1Daa3d2c
Octal53264235114015352527554
Binary10101110110100100111011001100011011110110101010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,180,157); }

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

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

 a { background-color: rgb(43,180,157); }

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

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

 span { border-color: rgb(43,180,157); }

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