Shades of Gossamer #3CA393
Tints of Gossamer #3CA393
RGB
CMYK
RGB Variations
Color information
#3CA393 (or 0x3CA393) is known color: Gossamer. HEX triplet: 3C, A3 and 93. RGB value is (60,163,147). Sum of RGB (Red+Green+Blue) = 60+163+147=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA393 is #C35C6C. Grayscale: #828282. Windows color (decimal): -12803181 or 9675580. OLE color: 9675580.
HSL color Cylindrical-coordinate representation of color #3CA393: hue angle of 170.68º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA393 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 163 | 147 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.36 |
| HSL | 170.68º | 0.46% | 0.44% | - |
| HSV(B) | 170.68º | 0.63% | 0.64% | - |
| XYZ | 20.23 | 29.26 | 32.19 | - |
| YUV | 130.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 163 | 147 | 0.63 | 0 | 0.10 | 0.36 | 170.68 | 0.46 | 0.44 |
| Hex | 3C | A3 | 93 | 3F | 0 | A | 24 | AB | 2E | 2C |
| Octal | 74 | 243 | 223 | 77 | 0 | 12 | 44 | 253 | 56 | 54 |
| Binary | 111100 | 10100011 | 10010011 | 111111 | 0 | 1010 | 100100 | 10101011 | 101110 | 101100 |
Color Harmonies of #3CA393
Complementary color
Monochromatic Colors of #3CA393
Black with #3CA393
Text Example
Text Example
White with #3CA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA393; }
p { color: rgb(60,163,147); }
H1.HeaderClassName
{
color: #3CA393;
}
.AnyTagClassName
{
color: #3CA393;
}
</style>
background-color css
<style>
a { background-color: #3CA393; }
a { background-color: rgb(60,163,147); }
div.DivClassName
{
background-color: #3CA393;
}
.BgClassName
{
background-color: #3CA393;
}
</style>
border-color css
<style>
span { border-color: #3CA393; }
span { border-color: rgb(60,163,147); }
td.TdClassName
{
border-color: #3CA393;
}
.TagClassName
{
border-color: #3CA393;
}
</style>