Shades of Light Sea Green #2FABB2
Tints of Light Sea Green #2FABB2
RGB
CMYK
RGB Variations
Color information
#2FABB2 (or 0x2FABB2) is known color: Light Sea Green. HEX triplet: 2F, AB and B2. RGB value is (47,171,178). Sum of RGB (Red+Green+Blue) = 47+171+178=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #2FABB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FABB2 is #D0544D. Grayscale: #868686. Windows color (decimal): -13653070 or 11709231. OLE color: 11709231.
HSL color Cylindrical-coordinate representation of color #2FABB2: hue angle of 183.21º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FABB2 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 171 | 178 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.30 |
| HSL | 183.21º | 0.58% | 0.44% | - |
| HSV(B) | 183.21º | 0.74% | 0.7% | - |
| XYZ | 23.77 | 32.94 | 47.23 | - |
| YUV | 134.72 | 152.42 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 178 | 0.74 | 0.04 | 0 | 0.30 | 183.21 | 0.58 | 0.44 |
| Hex | 2F | AB | B2 | 4A | 4 | 0 | 1E | B7 | 3A | 2C |
| Octal | 57 | 253 | 262 | 112 | 4 | 0 | 36 | 267 | 72 | 54 |
| Binary | 101111 | 10101011 | 10110010 | 1001010 | 100 | 0 | 11110 | 10110111 | 111010 | 101100 |
Color Harmonies of #2FABB2
Complementary color
Monochromatic Colors of #2FABB2
Black with #2FABB2
Text Example
Text Example
White with #2FABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FABB2; }
p { color: rgb(47,171,178); }
H1.HeaderClassName
{
color: #2FABB2;
}
.AnyTagClassName
{
color: #2FABB2;
}
</style>
background-color css
<style>
a { background-color: #2FABB2; }
a { background-color: rgb(47,171,178); }
div.DivClassName
{
background-color: #2FABB2;
}
.BgClassName
{
background-color: #2FABB2;
}
</style>
border-color css
<style>
span { border-color: #2FABB2; }
span { border-color: rgb(47,171,178); }
td.TdClassName
{
border-color: #2FABB2;
}
.TagClassName
{
border-color: #2FABB2;
}
</style>