Shades of Pelorous #3DA6AA
Tints of Pelorous #3DA6AA
RGB
CMYK
RGB Variations
Color information
#3DA6AA (or 0x3DA6AA) is known color: Pelorous. HEX triplet: 3D, A6 and AA. RGB value is (61,166,170). Sum of RGB (Red+Green+Blue) = 61+166+170=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #3DA6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA6AA is #C25955. Grayscale: #868686. Windows color (decimal): -12736854 or 11183677. OLE color: 11183677.
HSL color Cylindrical-coordinate representation of color #3DA6AA: hue angle of 182.2º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA6AA is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 166 | 170 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.33 |
| HSL | 182.2º | 0.47% | 0.45% | - |
| HSV(B) | 182.2º | 0.64% | 0.67% | - |
| XYZ | 22.82 | 31.17 | 42.84 | - |
| YUV | 135.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 166 | 170 | 0.64 | 0.02 | 0 | 0.33 | 182.2 | 0.47 | 0.45 |
| Hex | 3D | A6 | AA | 40 | 2 | 0 | 21 | B6 | 2F | 2D |
| Octal | 75 | 246 | 252 | 100 | 2 | 0 | 41 | 266 | 57 | 55 |
| Binary | 111101 | 10100110 | 10101010 | 1000000 | 10 | 0 | 100001 | 10110110 | 101111 | 101101 |
Color Harmonies of #3DA6AA
Complementary color
Monochromatic Colors of #3DA6AA
Black with #3DA6AA
Text Example
Text Example
White with #3DA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA6AA; }
p { color: rgb(61,166,170); }
H1.HeaderClassName
{
color: #3DA6AA;
}
.AnyTagClassName
{
color: #3DA6AA;
}
</style>
background-color css
<style>
a { background-color: #3DA6AA; }
a { background-color: rgb(61,166,170); }
div.DivClassName
{
background-color: #3DA6AA;
}
.BgClassName
{
background-color: #3DA6AA;
}
</style>
border-color css
<style>
span { border-color: #3DA6AA; }
span { border-color: rgb(61,166,170); }
td.TdClassName
{
border-color: #3DA6AA;
}
.TagClassName
{
border-color: #3DA6AA;
}
</style>