#2BB3AD

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

Shades of Light Sea Green #2BB3AD

Tints of Light Sea Green #2BB3AD

Color information

#2BB3AD (or 0x2BB3AD) is unknown color: approx Light Sea Green. HEX triplet: 2B, B3 and AD. RGB value is (43,179,173). Sum of RGB (Red+Green+Blue) = 43+179+173=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB3AD is #D44C52. Grayscale: #898989. Windows color (decimal): -13913171 or 11383595. OLE color: 11383595.

HSL color Cylindrical-coordinate representation of color #2BB3AD: hue angle of 177.35º 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 #2BB3AD is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB43179173-
CMYK0.7600.030.30
HSL177.35º61.26%43.53%-
HSV(B)177.35º75.98%70.2%-
XYZ24.6635.7745.14-
YUV137.65147.9460.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.89%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=10.89%
G=45.32%
B=43.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal431791730.7600.030.30177.3561.2643.53
Hex2BB3AD4C031Eb13d2c
Octal5326325511403362617554
Binary101011101100111010110110011000111111010110001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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