Shades of Light Sea Green #3CBFAF
Tints of Light Sea Green #3CBFAF
RGB
CMYK
RGB Variations
Color information
#3CBFAF (or 0x3CBFAF) is known color: Light Sea Green. HEX triplet: 3C, BF and AF. RGB value is (60,191,175). Sum of RGB (Red+Green+Blue) = 60+191+175=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBFAF is #C34050. Grayscale: #959595. Windows color (decimal): -12795985 or 11517756. OLE color: 11517756.
HSL color Cylindrical-coordinate representation of color #3CBFAF: hue angle of 172.67º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBFAF is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 191 | 175 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.25 |
| HSL | 172.67º | 0.52% | 0.49% | - |
| HSV(B) | 172.67º | 0.69% | 0.75% | - |
| XYZ | 28.23 | 41.32 | 47.04 | - |
| YUV | 150.01 | 142.1 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 175 | 0.69 | 0 | 0.08 | 0.25 | 172.67 | 0.52 | 0.49 |
| Hex | 3C | BF | AF | 45 | 0 | 8 | 19 | AD | 34 | 31 |
| Octal | 74 | 277 | 257 | 105 | 0 | 10 | 31 | 255 | 64 | 61 |
| Binary | 111100 | 10111111 | 10101111 | 1000101 | 0 | 1000 | 11001 | 10101101 | 110100 | 110001 |
Color Harmonies of #3CBFAF
Complementary color
Monochromatic Colors of #3CBFAF
Black with #3CBFAF
Text Example
Text Example
White with #3CBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBFAF; }
p { color: rgb(60,191,175); }
H1.HeaderClassName
{
color: #3CBFAF;
}
.AnyTagClassName
{
color: #3CBFAF;
}
</style>
background-color css
<style>
a { background-color: #3CBFAF; }
a { background-color: rgb(60,191,175); }
div.DivClassName
{
background-color: #3CBFAF;
}
.BgClassName
{
background-color: #3CBFAF;
}
</style>
border-color css
<style>
span { border-color: #3CBFAF; }
span { border-color: rgb(60,191,175); }
td.TdClassName
{
border-color: #3CBFAF;
}
.TagClassName
{
border-color: #3CBFAF;
}
</style>