#2BB3BD

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

Shades of Light Sea Green #2BB3BD

Tints of Light Sea Green #2BB3BD

Color information

#2BB3BD (or 0x2BB3BD) is unknown color: approx Light Sea Green. HEX triplet: 2B, B3 and BD. RGB value is (43,179,189). Sum of RGB (Red+Green+Blue) = 43+179+189=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #2BB3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB3BD is #D44C42. Grayscale: #8B8B8B. Windows color (decimal): -13913155 or 12432171. OLE color: 12432171.

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

Color convert

RGB43179189-
CMYK0.770.0500.26
HSL184.11º62.93%45.49%-
HSV(B)184.11º77.25%74.12%-
XYZ26.336.4353.79-
YUV139.48155.9459.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.46%
GREEN value IS 179 (70.31% from 255) = 43.55%
BLUE value IS 189 (74.22% from 255) = 45.99%
R=10.46%
G=43.55%
B=45.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal431791890.770.0500.26184.1162.9345.49
Hex2BB3BD4D501Ab83f2d
Octal5326327511550322707755
Binary1010111011001110111101100110110101101010111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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