Shades of Light Sea Green #2FBDB4
Tints of Light Sea Green #2FBDB4
RGB
CMYK
RGB Variations
Color information
#2FBDB4 (or 0x2FBDB4) is known color: Light Sea Green. HEX triplet: 2F, BD and B4. RGB value is (47,189,180). Sum of RGB (Red+Green+Blue) = 47+189+180=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBDB4 is #D0424B. Grayscale: #919191. Windows color (decimal): -13648460 or 11844911. OLE color: 11844911.
HSL color Cylindrical-coordinate representation of color #2FBDB4: hue angle of 176.2º 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 #2FBDB4 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 189 | 180 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.26 |
| HSL | 176.2º | 0.6% | 0.46% | - |
| HSV(B) | 176.2º | 0.75% | 0.74% | - |
| XYZ | 27.61 | 40.29 | 49.5 | - |
| YUV | 145.52 | 147.46 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 180 | 0.75 | 0 | 0.05 | 0.26 | 176.2 | 0.6 | 0.46 |
| Hex | 2F | BD | B4 | 4B | 0 | 5 | 1A | B0 | 3C | 2E |
| Octal | 57 | 275 | 264 | 113 | 0 | 5 | 32 | 260 | 74 | 56 |
| Binary | 101111 | 10111101 | 10110100 | 1001011 | 0 | 101 | 11010 | 10110000 | 111100 | 101110 |
Color Harmonies of #2FBDB4
Complementary color
Monochromatic Colors of #2FBDB4
Black with #2FBDB4
Text Example
Text Example
White with #2FBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBDB4; }
p { color: rgb(47,189,180); }
H1.HeaderClassName
{
color: #2FBDB4;
}
.AnyTagClassName
{
color: #2FBDB4;
}
</style>
background-color css
<style>
a { background-color: #2FBDB4; }
a { background-color: rgb(47,189,180); }
div.DivClassName
{
background-color: #2FBDB4;
}
.BgClassName
{
background-color: #2FBDB4;
}
</style>
border-color css
<style>
span { border-color: #2FBDB4; }
span { border-color: rgb(47,189,180); }
td.TdClassName
{
border-color: #2FBDB4;
}
.TagClassName
{
border-color: #2FBDB4;
}
</style>