#2BB19F

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

Shades of Light Sea Green #2BB19F

Tints of Light Sea Green #2BB19F

Color information

#2BB19F (or 0x2BB19F) is unknown color: approx Light Sea Green. HEX triplet: 2B, B1 and 9F. RGB value is (43,177,159). Sum of RGB (Red+Green+Blue) = 43+177+159=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB19F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB19F is #D44E60. Grayscale: #868686. Windows color (decimal): -13913697 or 10465579. OLE color: 10465579.

HSL color Cylindrical-coordinate representation of color #2BB19F: hue angle of 171.94º 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 #2BB19F is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB43177159-
CMYK0.7600.100.31
HSL171.94º60.91%43.14%-
HSV(B)171.94º75.71%69.41%-
XYZ22.9834.4638.24-
YUV134.88141.6162.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.35%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=11.35%
G=46.70%
B=41.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431771590.7600.100.31171.9460.9143.14
Hex2BB19F4C0A1Fac3d2b
Octal53261237114012372547553
Binary10101110110001100111111001100010101111110101100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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