Shades of Pelorous #3DA8AD
Tints of Pelorous #3DA8AD
RGB
CMYK
RGB Variations
Color information
#3DA8AD (or 0x3DA8AD) is known color: Pelorous. HEX triplet: 3D, A8 and AD. RGB value is (61,168,173). Sum of RGB (Red+Green+Blue) = 61+168+173=402 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.17% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #3DA8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA8AD is #C25752. Grayscale: #888888. Windows color (decimal): -12736339 or 11380797. OLE color: 11380797.
HSL color Cylindrical-coordinate representation of color #3DA8AD: hue angle of 182.68º 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 #3DA8AD is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 168 | 173 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.32 |
| HSL | 182.68º | 0.48% | 0.46% | - |
| HSV(B) | 182.68º | 0.65% | 0.68% | - |
| XYZ | 23.47 | 32.01 | 44.48 | - |
| YUV | 136.58 | 148.55 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 168 | 173 | 0.65 | 0.03 | 0 | 0.32 | 182.68 | 0.48 | 0.46 |
| Hex | 3D | A8 | AD | 41 | 3 | 0 | 20 | B7 | 30 | 2E |
| Octal | 75 | 250 | 255 | 101 | 3 | 0 | 40 | 267 | 60 | 56 |
| Binary | 111101 | 10101000 | 10101101 | 1000001 | 11 | 0 | 100000 | 10110111 | 110000 | 101110 |
Color Harmonies of #3DA8AD
Complementary color
Monochromatic Colors of #3DA8AD
Black with #3DA8AD
Text Example
Text Example
White with #3DA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA8AD; }
p { color: rgb(61,168,173); }
H1.HeaderClassName
{
color: #3DA8AD;
}
.AnyTagClassName
{
color: #3DA8AD;
}
</style>
background-color css
<style>
a { background-color: #3DA8AD; }
a { background-color: rgb(61,168,173); }
div.DivClassName
{
background-color: #3DA8AD;
}
.BgClassName
{
background-color: #3DA8AD;
}
</style>
border-color css
<style>
span { border-color: #3DA8AD; }
span { border-color: rgb(61,168,173); }
td.TdClassName
{
border-color: #3DA8AD;
}
.TagClassName
{
border-color: #3DA8AD;
}
</style>