#2BB1BA

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

Shades of Light Sea Green #2BB1BA

Tints of Light Sea Green #2BB1BA

Color information

#2BB1BA (or 0x2BB1BA) is unknown color: approx Light Sea Green. HEX triplet: 2B, B1 and BA. RGB value is (43,177,186). Sum of RGB (Red+Green+Blue) = 43+177+186=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #2BB1BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BB1BA is #D44E45. Grayscale: #898989. Windows color (decimal): -13913670 or 12235051. OLE color: 12235051.

HSL color Cylindrical-coordinate representation of color #2BB1BA: hue angle of 183.78º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB1BA is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43177186-
CMYK0.770.0500.27
HSL183.78º62.45%44.9%-
HSV(B)183.78º76.88%72.94%-
XYZ25.5835.551.96-
YUV137.96155.1160.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.59%
GREEN value IS 177 (69.53% from 255) = 43.60%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=10.59%
G=43.60%
B=45.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431771860.770.0500.27183.7862.4544.9
Hex2BB1BA4D501Bb83e2d
Octal5326127211550332707655
Binary1010111011000110111010100110110101101110111000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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