#2BB1A8

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

Shades of Light Sea Green #2BB1A8

Tints of Light Sea Green #2BB1A8

Color information

#2BB1A8 (or 0x2BB1A8) is unknown color: approx Light Sea Green. HEX triplet: 2B, B1 and A8. RGB value is (43,177,168). Sum of RGB (Red+Green+Blue) = 43+177+168=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB1A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB1A8 is #D44E57. Grayscale: #878787. Windows color (decimal): -13913688 or 11055403. OLE color: 11055403.

HSL color Cylindrical-coordinate representation of color #2BB1A8: hue angle of 175.97º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB1A8 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB43177168-
CMYK0.7600.050.31
HSL175.97º60.91%43.14%-
HSV(B)175.97º75.71%69.41%-
XYZ23.7934.7942.51-
YUV135.91146.1161.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.08%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 168 (66.02% from 255) = 43.30%
R=11.08%
G=45.62%
B=43.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431771680.7600.050.31175.9760.9143.14
Hex2BB1A84C051Fb03d2b
Octal5326125011405372607553
Binary1010111011000110101000100110001011111110110000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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