Shades of Pelorous #38ADB6
Tints of Pelorous #38ADB6
RGB
CMYK
RGB Variations
Color information
#38ADB6 (or 0x38ADB6) is known color: Pelorous. HEX triplet: 38, AD and B6. RGB value is (56,173,182). Sum of RGB (Red+Green+Blue) = 56+173+182=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #38ADB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADB6 is #C75249. Grayscale: #8A8A8A. Windows color (decimal): -13062730 or 11971896. OLE color: 11971896.
HSL color Cylindrical-coordinate representation of color #38ADB6: hue angle of 184.29º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38ADB6 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 173 | 182 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.29 |
| HSL | 184.29º | 0.53% | 0.47% | - |
| HSV(B) | 184.29º | 0.69% | 0.71% | - |
| XYZ | 25.02 | 34.11 | 49.52 | - |
| YUV | 139.04 | 152.24 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 182 | 0.69 | 0.05 | 0 | 0.29 | 184.29 | 0.53 | 0.47 |
| Hex | 38 | AD | B6 | 45 | 5 | 0 | 1D | B8 | 35 | 2F |
| Octal | 70 | 255 | 266 | 105 | 5 | 0 | 35 | 270 | 65 | 57 |
| Binary | 111000 | 10101101 | 10110110 | 1000101 | 101 | 0 | 11101 | 10111000 | 110101 | 101111 |
Color Harmonies of #38ADB6
Complementary color
Monochromatic Colors of #38ADB6
Black with #38ADB6
Text Example
Text Example
White with #38ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38ADB6; }
p { color: rgb(56,173,182); }
H1.HeaderClassName
{
color: #38ADB6;
}
.AnyTagClassName
{
color: #38ADB6;
}
</style>
background-color css
<style>
a { background-color: #38ADB6; }
a { background-color: rgb(56,173,182); }
div.DivClassName
{
background-color: #38ADB6;
}
.BgClassName
{
background-color: #38ADB6;
}
</style>
border-color css
<style>
span { border-color: #38ADB6; }
span { border-color: rgb(56,173,182); }
td.TdClassName
{
border-color: #38ADB6;
}
.TagClassName
{
border-color: #38ADB6;
}
</style>