Shades of Light Sea Green #2BB1AF
Tints of Light Sea Green #2BB1AF
RGB
CMYK
RGB Variations
Color information
#2BB1AF (or 0x2BB1AF) is known color: Light Sea Green. HEX triplet: 2B, B1 and AF. RGB value is (43,177,175). Sum of RGB (Red+Green+Blue) = 43+177+175=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB1AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB1AF is #D44E50. Grayscale: #888888. Windows color (decimal): -13913681 or 11514155. OLE color: 11514155.
HSL color Cylindrical-coordinate representation of color #2BB1AF: hue angle of 179.1º 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 #2BB1AF is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 177 | 175 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.31 |
| HSL | 179.1º | 0.61% | 0.43% | - |
| HSV(B) | 179.1º | 0.76% | 0.69% | - |
| XYZ | 24.46 | 35.05 | 46.03 | - |
| YUV | 136.71 | 149.61 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 177 | 175 | 0.76 | 0 | 0.01 | 0.31 | 179.1 | 0.61 | 0.43 |
| Hex | 2B | B1 | AF | 4C | 0 | 1 | 1F | B3 | 3D | 2B |
| Octal | 53 | 261 | 257 | 114 | 0 | 1 | 37 | 263 | 75 | 53 |
| Binary | 101011 | 10110001 | 10101111 | 1001100 | 0 | 1 | 11111 | 10110011 | 111101 | 101011 |
Color Harmonies of #2BB1AF
Complementary color
Monochromatic Colors of #2BB1AF
Black with #2BB1AF
Text Example
Text Example
White with #2BB1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB1AF; }
p { color: rgb(43,177,175); }
H1.HeaderClassName
{
color: #2BB1AF;
}
.AnyTagClassName
{
color: #2BB1AF;
}
</style>
background-color css
<style>
a { background-color: #2BB1AF; }
a { background-color: rgb(43,177,175); }
div.DivClassName
{
background-color: #2BB1AF;
}
.BgClassName
{
background-color: #2BB1AF;
}
</style>
border-color css
<style>
span { border-color: #2BB1AF; }
span { border-color: rgb(43,177,175); }
td.TdClassName
{
border-color: #2BB1AF;
}
.TagClassName
{
border-color: #2BB1AF;
}
</style>