Shades of Pelorous #38AAB9
Tints of Pelorous #38AAB9
RGB
CMYK
RGB Variations
Color information
#38AAB9 (or 0x38AAB9) is known color: Pelorous. HEX triplet: 38, AA and B9. RGB value is (56,170,185). Sum of RGB (Red+Green+Blue) = 56+170+185=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #38AAB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AAB9 is #C75546. Grayscale: #898989. Windows color (decimal): -13063495 or 12167736. OLE color: 12167736.
HSL color Cylindrical-coordinate representation of color #38AAB9: hue angle of 186.98º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38AAB9 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 170 | 185 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.27 |
| HSL | 186.98º | 0.54% | 0.47% | - |
| HSV(B) | 186.98º | 0.7% | 0.73% | - |
| XYZ | 24.76 | 33.09 | 50.98 | - |
| YUV | 137.62 | 154.73 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 185 | 0.70 | 0.08 | 0 | 0.27 | 186.98 | 0.54 | 0.47 |
| Hex | 38 | AA | B9 | 46 | 8 | 0 | 1B | BB | 36 | 2F |
| Octal | 70 | 252 | 271 | 106 | 10 | 0 | 33 | 273 | 66 | 57 |
| Binary | 111000 | 10101010 | 10111001 | 1000110 | 1000 | 0 | 11011 | 10111011 | 110110 | 101111 |
Color Harmonies of #38AAB9
Complementary color
Monochromatic Colors of #38AAB9
Black with #38AAB9
Text Example
Text Example
White with #38AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AAB9; }
p { color: rgb(56,170,185); }
H1.HeaderClassName
{
color: #38AAB9;
}
.AnyTagClassName
{
color: #38AAB9;
}
</style>
background-color css
<style>
a { background-color: #38AAB9; }
a { background-color: rgb(56,170,185); }
div.DivClassName
{
background-color: #38AAB9;
}
.BgClassName
{
background-color: #38AAB9;
}
</style>
border-color css
<style>
span { border-color: #38AAB9; }
span { border-color: rgb(56,170,185); }
td.TdClassName
{
border-color: #38AAB9;
}
.TagClassName
{
border-color: #38AAB9;
}
</style>