#2bbdbf

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

Shades of Light Sea Green #2BBDBF

Tints of Light Sea Green #2BBDBF

Color information

#2BBDBF (or 0x2BBDBF) is unknown color: approx Light Sea Green. HEX triplet: 2B, BD and BF. RGB value is (43,189,191). Sum of RGB (Red+Green+Blue) = 43+189+191=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #2BBDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBDBF is #D44240. Grayscale: #919191. Windows color (decimal): -13910593 or 12565803. OLE color: 12565803.

HSL color Cylindrical-coordinate representation of color #2BBDBF: hue angle of 180.81º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBDBF is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB43189191-
CMYK0.770.0100.25
HSL180.81º63.25%45.88%-
HSV(B)180.81º77.49%74.9%-
XYZ28.640.6755.63-
YUV145.57153.6354.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.17%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 191 (75% from 255) = 45.15%
R=10.17%
G=44.68%
B=45.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431891910.770.0100.25180.8163.2545.88
Hex2BBDBF4D1019b53f2e
Octal5327527711510312657756
Binary10101110111101101111111001101101100110110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bbdbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,189,191); }

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

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

 a { background-color: rgb(43,189,191); }

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

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

 span { border-color: rgb(43,189,191); }

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