Shades of Light Sea Green #3CAAAF
Tints of Light Sea Green #3CAAAF
RGB
CMYK
RGB Variations
Color information
#3CAAAF (or 0x3CAAAF) is known color: Light Sea Green. HEX triplet: 3C, AA and AF. RGB value is (60,170,175). Sum of RGB (Red+Green+Blue) = 60+170+175=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #3CAAAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAAAF is #C35550. Grayscale: #898989. Windows color (decimal): -12801361 or 11512380. OLE color: 11512380.
HSL color Cylindrical-coordinate representation of color #3CAAAF: hue angle of 182.61º 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 #3CAAAF is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 170 | 175 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.31 |
| HSL | 182.61º | 0.49% | 0.46% | - |
| HSV(B) | 182.61º | 0.66% | 0.69% | - |
| XYZ | 23.98 | 32.81 | 45.63 | - |
| YUV | 137.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 175 | 0.66 | 0.03 | 0 | 0.31 | 182.61 | 0.49 | 0.46 |
| Hex | 3C | AA | AF | 42 | 3 | 0 | 1F | B7 | 31 | 2E |
| Octal | 74 | 252 | 257 | 102 | 3 | 0 | 37 | 267 | 61 | 56 |
| Binary | 111100 | 10101010 | 10101111 | 1000010 | 11 | 0 | 11111 | 10110111 | 110001 | 101110 |
Color Harmonies of #3CAAAF
Complementary color
Monochromatic Colors of #3CAAAF
Black with #3CAAAF
Text Example
Text Example
White with #3CAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAAAF; }
p { color: rgb(60,170,175); }
H1.HeaderClassName
{
color: #3CAAAF;
}
.AnyTagClassName
{
color: #3CAAAF;
}
</style>
background-color css
<style>
a { background-color: #3CAAAF; }
a { background-color: rgb(60,170,175); }
div.DivClassName
{
background-color: #3CAAAF;
}
.BgClassName
{
background-color: #3CAAAF;
}
</style>
border-color css
<style>
span { border-color: #3CAAAF; }
span { border-color: rgb(60,170,175); }
td.TdClassName
{
border-color: #3CAAAF;
}
.TagClassName
{
border-color: #3CAAAF;
}
</style>