Shades of Light Sea Green #2BBEC5
Tints of Light Sea Green #2BBEC5
RGB
CMYK
RGB Variations
Color information
#2BBEC5 (or 0x2BBEC5) is known color: Light Sea Green. HEX triplet: 2B, BE and C5. RGB value is (43,190,197). Sum of RGB (Red+Green+Blue) = 43+190+197=430 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 197 - color contains mainly: blue. Hex color #2BBEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBEC5 is #D4413A. Grayscale: #929292. Windows color (decimal): -13910331 or 12959275. OLE color: 12959275.
HSL color Cylindrical-coordinate representation of color #2BBEC5: hue angle of 182.73º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BBEC5 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 190 | 197 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.23 |
| HSL | 182.73º | 0.64% | 0.47% | - |
| HSV(B) | 182.73º | 0.78% | 0.77% | - |
| XYZ | 29.49 | 41.37 | 59.25 | - |
| YUV | 146.85 | 156.3 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 197 | 0.78 | 0.04 | 0 | 0.23 | 182.73 | 0.64 | 0.47 |
| Hex | 2B | BE | C5 | 4E | 4 | 0 | 17 | B7 | 40 | 2F |
| Octal | 53 | 276 | 305 | 116 | 4 | 0 | 27 | 267 | 100 | 57 |
| Binary | 101011 | 10111110 | 11000101 | 1001110 | 100 | 0 | 10111 | 10110111 | 1000000 | 101111 |
Color Harmonies of #2BBEC5
Complementary color
Monochromatic Colors of #2BBEC5
Black with #2BBEC5
Text Example
Text Example
White with #2BBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEC5; }
p { color: rgb(43,190,197); }
H1.HeaderClassName
{
color: #2BBEC5;
}
.AnyTagClassName
{
color: #2BBEC5;
}
</style>
background-color css
<style>
a { background-color: #2BBEC5; }
a { background-color: rgb(43,190,197); }
div.DivClassName
{
background-color: #2BBEC5;
}
.BgClassName
{
background-color: #2BBEC5;
}
</style>
border-color css
<style>
span { border-color: #2BBEC5; }
span { border-color: rgb(43,190,197); }
td.TdClassName
{
border-color: #2BBEC5;
}
.TagClassName
{
border-color: #2BBEC5;
}
</style>