Shades of Light Sea Green #3CAFAB
Tints of Light Sea Green #3CAFAB
RGB
CMYK
RGB Variations
Color information
#3CAFAB (or 0x3CAFAB) is known color: Light Sea Green. HEX triplet: 3C, AF and AB. RGB value is (60,175,171). Sum of RGB (Red+Green+Blue) = 60+175+171=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAFAB is #C35054. Grayscale: #8C8C8C. Windows color (decimal): -12800085 or 11251516. OLE color: 11251516.
HSL color Cylindrical-coordinate representation of color #3CAFAB: hue angle of 177.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAFAB is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 171 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.31 |
| HSL | 177.91º | 0.49% | 0.46% | - |
| HSV(B) | 177.91º | 0.66% | 0.69% | - |
| XYZ | 24.54 | 34.56 | 43.91 | - |
| YUV | 140.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 171 | 0.66 | 0 | 0.02 | 0.31 | 177.91 | 0.49 | 0.46 |
| Hex | 3C | AF | AB | 42 | 0 | 2 | 1F | B2 | 31 | 2E |
| Octal | 74 | 257 | 253 | 102 | 0 | 2 | 37 | 262 | 61 | 56 |
| Binary | 111100 | 10101111 | 10101011 | 1000010 | 0 | 10 | 11111 | 10110010 | 110001 | 101110 |
Color Harmonies of #3CAFAB
Complementary color
Monochromatic Colors of #3CAFAB
Black with #3CAFAB
Text Example
Text Example
White with #3CAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFAB; }
p { color: rgb(60,175,171); }
H1.HeaderClassName
{
color: #3CAFAB;
}
.AnyTagClassName
{
color: #3CAFAB;
}
</style>
background-color css
<style>
a { background-color: #3CAFAB; }
a { background-color: rgb(60,175,171); }
div.DivClassName
{
background-color: #3CAFAB;
}
.BgClassName
{
background-color: #3CAFAB;
}
</style>
border-color css
<style>
span { border-color: #3CAFAB; }
span { border-color: rgb(60,175,171); }
td.TdClassName
{
border-color: #3CAFAB;
}
.TagClassName
{
border-color: #3CAFAB;
}
</style>