Shades of Light Sea Green #2FACB3
Tints of Light Sea Green #2FACB3
RGB
CMYK
RGB Variations
Color information
#2FACB3 (or 0x2FACB3) is known color: Light Sea Green. HEX triplet: 2F, AC and B3. RGB value is (47,172,179). Sum of RGB (Red+Green+Blue) = 47+172+179=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 179 - color contains mainly: blue. Hex color #2FACB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACB3 is #D0534C. Grayscale: #878787. Windows color (decimal): -13652813 or 11775023. OLE color: 11775023.
HSL color Cylindrical-coordinate representation of color #2FACB3: hue angle of 183.18º 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 #2FACB3 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 47 | 172 | 179 | - |
CMYK | 0.74 | 0.04 | 0 | 0.30 |
HSL | 183.18º | 0.58% | 0.44% | - |
HSV(B) | 183.18º | 0.74% | 0.7% | - |
XYZ | 24.06 | 33.36 | 47.82 | - |
YUV | 135.42 | 152.59 | 64.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 172 | 179 | 0.74 | 0.04 | 0 | 0.30 | 183.18 | 0.58 | 0.44 |
Hex | 2F | AC | B3 | 4A | 4 | 0 | 1E | B7 | 3A | 2C |
Octal | 57 | 254 | 263 | 112 | 4 | 0 | 36 | 267 | 72 | 54 |
Binary | 101111 | 10101100 | 10110011 | 1001010 | 100 | 0 | 11110 | 10110111 | 111010 | 101100 |
Color Harmonies of #2FACB3
Complementary color
Monochromatic Colors of #2FACB3
Black with #2FACB3
Text Example
Text Example
White with #2FACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FACB3; }
p { color: rgb(47,172,179); }
H1.HeaderClassName
{
color: #2FACB3;
}
.AnyTagClassName
{
color: #2FACB3;
}
</style>
background-color css
<style>
a { background-color: #2FACB3; }
a { background-color: rgb(47,172,179); }
div.DivClassName
{
background-color: #2FACB3;
}
.BgClassName
{
background-color: #2FACB3;
}
</style>
border-color css
<style>
span { border-color: #2FACB3; }
span { border-color: rgb(47,172,179); }
td.TdClassName
{
border-color: #2FACB3;
}
.TagClassName
{
border-color: #2FACB3;
}
</style>