Shades of Light Sea Green #2FBCBD
Tints of Light Sea Green #2FBCBD
RGB
CMYK
RGB Variations
Color information
#2FBCBD (or 0x2FBCBD) is known color: Light Sea Green. HEX triplet: 2F, BC and BD. RGB value is (47,188,189). Sum of RGB (Red+Green+Blue) = 47+188+189=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #2FBCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCBD is #D04342. Grayscale: #919191. Windows color (decimal): -13648707 or 12434479. OLE color: 12434479.
HSL color Cylindrical-coordinate representation of color #2FBCBD: hue angle of 180.42º 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 #2FBCBD is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 189 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.26 |
| HSL | 180.42º | 0.6% | 0.46% | - |
| HSV(B) | 180.42º | 0.75% | 0.74% | - |
| XYZ | 28.34 | 40.24 | 54.42 | - |
| YUV | 145.96 | 152.29 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 189 | 0.75 | 0.01 | 0 | 0.26 | 180.42 | 0.6 | 0.46 |
| Hex | 2F | BC | BD | 4B | 1 | 0 | 1A | B4 | 3C | 2E |
| Octal | 57 | 274 | 275 | 113 | 1 | 0 | 32 | 264 | 74 | 56 |
| Binary | 101111 | 10111100 | 10111101 | 1001011 | 1 | 0 | 11010 | 10110100 | 111100 | 101110 |
Color Harmonies of #2FBCBD
Complementary color
Monochromatic Colors of #2FBCBD
Black with #2FBCBD
Text Example
Text Example
White with #2FBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCBD; }
p { color: rgb(47,188,189); }
H1.HeaderClassName
{
color: #2FBCBD;
}
.AnyTagClassName
{
color: #2FBCBD;
}
</style>
background-color css
<style>
a { background-color: #2FBCBD; }
a { background-color: rgb(47,188,189); }
div.DivClassName
{
background-color: #2FBCBD;
}
.BgClassName
{
background-color: #2FBCBD;
}
</style>
border-color css
<style>
span { border-color: #2FBCBD; }
span { border-color: rgb(47,188,189); }
td.TdClassName
{
border-color: #2FBCBD;
}
.TagClassName
{
border-color: #2FBCBD;
}
</style>