#2BB1AE

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

Shades of Light Sea Green #2BB1AE

Tints of Light Sea Green #2BB1AE

Color information

#2BB1AE (or 0x2BB1AE) is unknown color: approx Light Sea Green. HEX triplet: 2B, B1 and AE. RGB value is (43,177,174). Sum of RGB (Red+Green+Blue) = 43+177+174=394 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.91% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB1AE is #D44E51. Grayscale: #888888. Windows color (decimal): -13913682 or 11448619. OLE color: 11448619.

HSL color Cylindrical-coordinate representation of color #2BB1AE: hue angle of 178.66º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB1AE is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB43177174-
CMYK0.7600.020.31
HSL178.66º60.91%43.14%-
HSV(B)178.66º75.71%69.41%-
XYZ24.3635.0145.52-
YUV136.59149.1161.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.91%
GREEN value IS 177 (69.53% from 255) = 44.92%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=10.91%
G=44.92%
B=44.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431771740.7600.020.31178.6660.9143.14
Hex2BB1AE4C021Fb33d2b
Octal5326125611402372637553
Binary101011101100011010111010011000101111110110011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,177,174); }

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

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

 a { background-color: rgb(43,177,174); }

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

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

 span { border-color: rgb(43,177,174); }

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