#2BB1B8

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

Shades of Light Sea Green #2BB1B8

Tints of Light Sea Green #2BB1B8

Color information

#2BB1B8 (or 0x2BB1B8) is unknown color: approx Light Sea Green. HEX triplet: 2B, B1 and B8. RGB value is (43,177,184). Sum of RGB (Red+Green+Blue) = 43+177+184=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 184 - color contains mainly: blue. Hex color #2BB1B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BB1B8 is #D44E47. Grayscale: #898989. Windows color (decimal): -13913672 or 12103979. OLE color: 12103979.

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

Color convert

RGB43177184-
CMYK0.770.0400.28
HSL182.98º62.11%44.51%-
HSV(B)182.98º76.63%72.16%-
XYZ25.3735.4250.85-
YUV137.73154.1160.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.64%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 184 (72.27% from 255) = 45.54%
R=10.64%
G=43.81%
B=45.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal431771840.770.0400.28182.9862.1144.51
Hex2BB1B84D401Cb73e2d
Octal5326127011540342677655
Binary1010111011000110111000100110110001110010110111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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