Shades of Light Sea Green #2FB6B5
Tints of Light Sea Green #2FB6B5
RGB
CMYK
RGB Variations
Color information
#2FB6B5 (or 0x2FB6B5) is known color: Light Sea Green. HEX triplet: 2F, B6 and B5. RGB value is (47,182,181). Sum of RGB (Red+Green+Blue) = 47+182+181=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB6B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB6B5 is #D0494A. Grayscale: #8D8D8D. Windows color (decimal): -13650251 or 11908655. OLE color: 11908655.
HSL color Cylindrical-coordinate representation of color #2FB6B5: hue angle of 179.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB6B5 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 182 | 181 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.29 |
| HSL | 179.56º | 0.59% | 0.45% | - |
| HSV(B) | 179.56º | 0.74% | 0.71% | - |
| XYZ | 26.24 | 37.4 | 49.55 | - |
| YUV | 141.52 | 150.27 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 181 | 0.74 | 0 | 0.01 | 0.29 | 179.56 | 0.59 | 0.45 |
| Hex | 2F | B6 | B5 | 4A | 0 | 1 | 1D | B4 | 3B | 2D |
| Octal | 57 | 266 | 265 | 112 | 0 | 1 | 35 | 264 | 73 | 55 |
| Binary | 101111 | 10110110 | 10110101 | 1001010 | 0 | 1 | 11101 | 10110100 | 111011 | 101101 |
Color Harmonies of #2FB6B5
Complementary color
Monochromatic Colors of #2FB6B5
Black with #2FB6B5
Text Example
Text Example
White with #2FB6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB6B5; }
p { color: rgb(47,182,181); }
H1.HeaderClassName
{
color: #2FB6B5;
}
.AnyTagClassName
{
color: #2FB6B5;
}
</style>
background-color css
<style>
a { background-color: #2FB6B5; }
a { background-color: rgb(47,182,181); }
div.DivClassName
{
background-color: #2FB6B5;
}
.BgClassName
{
background-color: #2FB6B5;
}
</style>
border-color css
<style>
span { border-color: #2FB6B5; }
span { border-color: rgb(47,182,181); }
td.TdClassName
{
border-color: #2FB6B5;
}
.TagClassName
{
border-color: #2FB6B5;
}
</style>