#2BB7BA

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

Shades of Light Sea Green #2BB7BA

Tints of Light Sea Green #2BB7BA

Color information

#2BB7BA (or 0x2BB7BA) is unknown color: approx Light Sea Green. HEX triplet: 2B, B7 and BA. RGB value is (43,183,186). Sum of RGB (Red+Green+Blue) = 43+183+186=412 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.44% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #2BB7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB7BA is #D44845. Grayscale: #8D8D8D. Windows color (decimal): -13912134 or 12236587. OLE color: 12236587.

HSL color Cylindrical-coordinate representation of color #2BB7BA: hue angle of 181.26º 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 #2BB7BA is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43183186-
CMYK0.770.0200.27
HSL181.26º62.45%44.9%-
HSV(B)181.26º76.88%72.94%-
XYZ26.7937.9352.36-
YUV141.48153.1257.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.44%
GREEN value IS 183 (71.88% from 255) = 44.42%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=10.44%
G=44.42%
B=45.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431831860.770.0200.27181.2662.4544.9
Hex2BB7BA4D201Bb53e2d
Octal5326727211520332657655
Binary101011101101111011101010011011001101110110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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