Shades of Light Sea Green #2FB4B3
Tints of Light Sea Green #2FB4B3
RGB
CMYK
RGB Variations
Color information
#2FB4B3 (or 0x2FB4B3) is known color: Light Sea Green. HEX triplet: 2F, B4 and B3. RGB value is (47,180,179). Sum of RGB (Red+Green+Blue) = 47+180+179=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB4B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB4B3 is #D04B4C. Grayscale: #8B8B8B. Windows color (decimal): -13650765 or 11777071. OLE color: 11777071.
HSL color Cylindrical-coordinate representation of color #2FB4B3: hue angle of 179.55º 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 #2FB4B3 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 179 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.29 |
| HSL | 179.55º | 0.59% | 0.45% | - |
| HSV(B) | 179.55º | 0.74% | 0.71% | - |
| XYZ | 25.63 | 36.5 | 48.34 | - |
| YUV | 140.12 | 149.94 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 179 | 0.74 | 0 | 0.01 | 0.29 | 179.55 | 0.59 | 0.45 |
| Hex | 2F | B4 | B3 | 4A | 0 | 1 | 1D | B4 | 3B | 2D |
| Octal | 57 | 264 | 263 | 112 | 0 | 1 | 35 | 264 | 73 | 55 |
| Binary | 101111 | 10110100 | 10110011 | 1001010 | 0 | 1 | 11101 | 10110100 | 111011 | 101101 |
Color Harmonies of #2FB4B3
Complementary color
Monochromatic Colors of #2FB4B3
Black with #2FB4B3
Text Example
Text Example
White with #2FB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB4B3; }
p { color: rgb(47,180,179); }
H1.HeaderClassName
{
color: #2FB4B3;
}
.AnyTagClassName
{
color: #2FB4B3;
}
</style>
background-color css
<style>
a { background-color: #2FB4B3; }
a { background-color: rgb(47,180,179); }
div.DivClassName
{
background-color: #2FB4B3;
}
.BgClassName
{
background-color: #2FB4B3;
}
</style>
border-color css
<style>
span { border-color: #2FB4B3; }
span { border-color: rgb(47,180,179); }
td.TdClassName
{
border-color: #2FB4B3;
}
.TagClassName
{
border-color: #2FB4B3;
}
</style>