Shades of Light Sea Green #2BB0B5
Tints of Light Sea Green #2BB0B5
RGB
CMYK
RGB Variations
Color information
#2BB0B5 (or 0x2BB0B5) is known color: Light Sea Green. HEX triplet: 2B, B0 and B5. RGB value is (43,176,181). Sum of RGB (Red+Green+Blue) = 43+176+181=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #2BB0B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BB0B5 is #D44F4A. Grayscale: #888888. Windows color (decimal): -13913931 or 11907115. OLE color: 11907115.
HSL color Cylindrical-coordinate representation of color #2BB0B5: hue angle of 182.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB0B5 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 176 | 181 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.29 |
| HSL | 182.17º | 0.62% | 0.44% | - |
| HSV(B) | 182.17º | 0.76% | 0.71% | - |
| XYZ | 24.86 | 34.9 | 49.14 | - |
| YUV | 136.8 | 152.94 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 181 | 0.76 | 0.03 | 0 | 0.29 | 182.17 | 0.62 | 0.44 |
| Hex | 2B | B0 | B5 | 4C | 3 | 0 | 1D | B6 | 3E | 2C |
| Octal | 53 | 260 | 265 | 114 | 3 | 0 | 35 | 266 | 76 | 54 |
| Binary | 101011 | 10110000 | 10110101 | 1001100 | 11 | 0 | 11101 | 10110110 | 111110 | 101100 |
Color Harmonies of #2BB0B5
Complementary color
Monochromatic Colors of #2BB0B5
Black with #2BB0B5
Text Example
Text Example
White with #2BB0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB0B5; }
p { color: rgb(43,176,181); }
H1.HeaderClassName
{
color: #2BB0B5;
}
.AnyTagClassName
{
color: #2BB0B5;
}
</style>
background-color css
<style>
a { background-color: #2BB0B5; }
a { background-color: rgb(43,176,181); }
div.DivClassName
{
background-color: #2BB0B5;
}
.BgClassName
{
background-color: #2BB0B5;
}
</style>
border-color css
<style>
span { border-color: #2BB0B5; }
span { border-color: rgb(43,176,181); }
td.TdClassName
{
border-color: #2BB0B5;
}
.TagClassName
{
border-color: #2BB0B5;
}
</style>