Shades of Light Sea Green #2FB8BD
Tints of Light Sea Green #2FB8BD
RGB
CMYK
RGB Variations
Color information
#2FB8BD (or 0x2FB8BD) is known color: Light Sea Green. HEX triplet: 2F, B8 and BD. RGB value is (47,184,189). Sum of RGB (Red+Green+Blue) = 47+184+189=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #2FB8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB8BD is #D04742. Grayscale: #8F8F8F. Windows color (decimal): -13649731 or 12433455. OLE color: 12433455.
HSL color Cylindrical-coordinate representation of color #2FB8BD: hue angle of 182.11º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB8BD is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 184 | 189 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.26 |
| HSL | 182.11º | 0.6% | 0.46% | - |
| HSV(B) | 182.11º | 0.75% | 0.74% | - |
| XYZ | 27.5 | 38.56 | 54.14 | - |
| YUV | 143.61 | 153.61 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 189 | 0.75 | 0.03 | 0 | 0.26 | 182.11 | 0.6 | 0.46 |
| Hex | 2F | B8 | BD | 4B | 3 | 0 | 1A | B6 | 3C | 2E |
| Octal | 57 | 270 | 275 | 113 | 3 | 0 | 32 | 266 | 74 | 56 |
| Binary | 101111 | 10111000 | 10111101 | 1001011 | 11 | 0 | 11010 | 10110110 | 111100 | 101110 |
Color Harmonies of #2FB8BD
Complementary color
Monochromatic Colors of #2FB8BD
Black with #2FB8BD
Text Example
Text Example
White with #2FB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB8BD; }
p { color: rgb(47,184,189); }
H1.HeaderClassName
{
color: #2FB8BD;
}
.AnyTagClassName
{
color: #2FB8BD;
}
</style>
background-color css
<style>
a { background-color: #2FB8BD; }
a { background-color: rgb(47,184,189); }
div.DivClassName
{
background-color: #2FB8BD;
}
.BgClassName
{
background-color: #2FB8BD;
}
</style>
border-color css
<style>
span { border-color: #2FB8BD; }
span { border-color: rgb(47,184,189); }
td.TdClassName
{
border-color: #2FB8BD;
}
.TagClassName
{
border-color: #2FB8BD;
}
</style>