Shades of Pelorous #3CA8AD
Tints of Pelorous #3CA8AD
RGB
CMYK
RGB Variations
Color information
#3CA8AD (or 0x3CA8AD) is known color: Pelorous. HEX triplet: 3C, A8 and AD. RGB value is (60,168,173). Sum of RGB (Red+Green+Blue) = 60+168+173=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #3CA8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA8AD is #C35752. Grayscale: #888888. Windows color (decimal): -12801875 or 11380796. OLE color: 11380796.
HSL color Cylindrical-coordinate representation of color #3CA8AD: hue angle of 182.65º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CA8AD is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 168 | 173 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.32 |
| HSL | 182.65º | 0.48% | 0.46% | - |
| HSV(B) | 182.65º | 0.65% | 0.68% | - |
| XYZ | 23.41 | 31.98 | 44.47 | - |
| YUV | 136.28 | 148.72 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 168 | 173 | 0.65 | 0.03 | 0 | 0.32 | 182.65 | 0.48 | 0.46 |
| Hex | 3C | A8 | AD | 41 | 3 | 0 | 20 | B7 | 30 | 2E |
| Octal | 74 | 250 | 255 | 101 | 3 | 0 | 40 | 267 | 60 | 56 |
| Binary | 111100 | 10101000 | 10101101 | 1000001 | 11 | 0 | 100000 | 10110111 | 110000 | 101110 |
Color Harmonies of #3CA8AD
Complementary color
Monochromatic Colors of #3CA8AD
Black with #3CA8AD
Text Example
Text Example
White with #3CA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA8AD; }
p { color: rgb(60,168,173); }
H1.HeaderClassName
{
color: #3CA8AD;
}
.AnyTagClassName
{
color: #3CA8AD;
}
</style>
background-color css
<style>
a { background-color: #3CA8AD; }
a { background-color: rgb(60,168,173); }
div.DivClassName
{
background-color: #3CA8AD;
}
.BgClassName
{
background-color: #3CA8AD;
}
</style>
border-color css
<style>
span { border-color: #3CA8AD; }
span { border-color: rgb(60,168,173); }
td.TdClassName
{
border-color: #3CA8AD;
}
.TagClassName
{
border-color: #3CA8AD;
}
</style>