Shades of Light Sea Green #2FB2BD
Tints of Light Sea Green #2FB2BD
RGB
CMYK
RGB Variations
Color information
#2FB2BD (or 0x2FB2BD) is known color: Light Sea Green. HEX triplet: 2F, B2 and BD. RGB value is (47,178,189). Sum of RGB (Red+Green+Blue) = 47+178+189=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #2FB2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FB2BD is #D04D42. Grayscale: #8B8B8B. Windows color (decimal): -13651267 or 12431919. OLE color: 12431919.
HSL color Cylindrical-coordinate representation of color #2FB2BD: hue angle of 184.65º 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 #2FB2BD is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 178 | 189 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.26 |
| HSL | 184.65º | 0.6% | 0.46% | - |
| HSV(B) | 184.65º | 0.75% | 0.74% | - |
| XYZ | 26.28 | 36.12 | 53.73 | - |
| YUV | 140.09 | 155.6 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 189 | 0.75 | 0.06 | 0 | 0.26 | 184.65 | 0.6 | 0.46 |
| Hex | 2F | B2 | BD | 4B | 6 | 0 | 1A | B9 | 3C | 2E |
| Octal | 57 | 262 | 275 | 113 | 6 | 0 | 32 | 271 | 74 | 56 |
| Binary | 101111 | 10110010 | 10111101 | 1001011 | 110 | 0 | 11010 | 10111001 | 111100 | 101110 |
Color Harmonies of #2FB2BD
Complementary color
Monochromatic Colors of #2FB2BD
Black with #2FB2BD
Text Example
Text Example
White with #2FB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB2BD; }
p { color: rgb(47,178,189); }
H1.HeaderClassName
{
color: #2FB2BD;
}
.AnyTagClassName
{
color: #2FB2BD;
}
</style>
background-color css
<style>
a { background-color: #2FB2BD; }
a { background-color: rgb(47,178,189); }
div.DivClassName
{
background-color: #2FB2BD;
}
.BgClassName
{
background-color: #2FB2BD;
}
</style>
border-color css
<style>
span { border-color: #2FB2BD; }
span { border-color: rgb(47,178,189); }
td.TdClassName
{
border-color: #2FB2BD;
}
.TagClassName
{
border-color: #2FB2BD;
}
</style>