Shades of Pelorous #38A0AE
Tints of Pelorous #38A0AE
RGB
CMYK
RGB Variations
Color information
#38A0AE (or 0x38A0AE) is known color: Pelorous. HEX triplet: 38, A0 and AE. RGB value is (56,160,174). Sum of RGB (Red+Green+Blue) = 56+160+174=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #38A0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A0AE is #C75F51. Grayscale: #828282. Windows color (decimal): -13066066 or 11444280. OLE color: 11444280.
HSL color Cylindrical-coordinate representation of color #38A0AE: hue angle of 187.12º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38A0AE is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 160 | 174 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.32 |
| HSL | 187.12º | 0.51% | 0.45% | - |
| HSV(B) | 187.12º | 0.68% | 0.68% | - |
| XYZ | 21.84 | 29.04 | 44.5 | - |
| YUV | 130.5 | 152.54 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 174 | 0.68 | 0.08 | 0 | 0.32 | 187.12 | 0.51 | 0.45 |
| Hex | 38 | A0 | AE | 44 | 8 | 0 | 20 | BB | 33 | 2D |
| Octal | 70 | 240 | 256 | 104 | 10 | 0 | 40 | 273 | 63 | 55 |
| Binary | 111000 | 10100000 | 10101110 | 1000100 | 1000 | 0 | 100000 | 10111011 | 110011 | 101101 |
Color Harmonies of #38A0AE
Complementary color
Monochromatic Colors of #38A0AE
Black with #38A0AE
Text Example
Text Example
White with #38A0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A0AE; }
p { color: rgb(56,160,174); }
H1.HeaderClassName
{
color: #38A0AE;
}
.AnyTagClassName
{
color: #38A0AE;
}
</style>
background-color css
<style>
a { background-color: #38A0AE; }
a { background-color: rgb(56,160,174); }
div.DivClassName
{
background-color: #38A0AE;
}
.BgClassName
{
background-color: #38A0AE;
}
</style>
border-color css
<style>
span { border-color: #38A0AE; }
span { border-color: rgb(56,160,174); }
td.TdClassName
{
border-color: #38A0AE;
}
.TagClassName
{
border-color: #38A0AE;
}
</style>