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