Shades of Light Sea Green #3CAFA2
Tints of Light Sea Green #3CAFA2
RGB
CMYK
RGB Variations
Color information
#3CAFA2 (or 0x3CAFA2) is known color: Light Sea Green. HEX triplet: 3C, AF and A2. RGB value is (60,175,162). Sum of RGB (Red+Green+Blue) = 60+175+162=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAFA2 is #C3505D. Grayscale: #8B8B8B. Windows color (decimal): -12800094 or 10661692. OLE color: 10661692.
HSL color Cylindrical-coordinate representation of color #3CAFA2: hue angle of 173.22º 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 #3CAFA2 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 162 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.31 |
| HSL | 173.22º | 0.49% | 0.46% | - |
| HSV(B) | 173.22º | 0.66% | 0.69% | - |
| XYZ | 23.72 | 34.23 | 39.54 | - |
| YUV | 139.13 | 140.9 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 162 | 0.66 | 0 | 0.07 | 0.31 | 173.22 | 0.49 | 0.46 |
| Hex | 3C | AF | A2 | 42 | 0 | 7 | 1F | AD | 31 | 2E |
| Octal | 74 | 257 | 242 | 102 | 0 | 7 | 37 | 255 | 61 | 56 |
| Binary | 111100 | 10101111 | 10100010 | 1000010 | 0 | 111 | 11111 | 10101101 | 110001 | 101110 |
Color Harmonies of #3CAFA2
Complementary color
Monochromatic Colors of #3CAFA2
Black with #3CAFA2
Text Example
Text Example
White with #3CAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFA2; }
p { color: rgb(60,175,162); }
H1.HeaderClassName
{
color: #3CAFA2;
}
.AnyTagClassName
{
color: #3CAFA2;
}
</style>
background-color css
<style>
a { background-color: #3CAFA2; }
a { background-color: rgb(60,175,162); }
div.DivClassName
{
background-color: #3CAFA2;
}
.BgClassName
{
background-color: #3CAFA2;
}
</style>
border-color css
<style>
span { border-color: #3CAFA2; }
span { border-color: rgb(60,175,162); }
td.TdClassName
{
border-color: #3CAFA2;
}
.TagClassName
{
border-color: #3CAFA2;
}
</style>