Shades of Pelorous #38A4AB
Tints of Pelorous #38A4AB
RGB
CMYK
RGB Variations
Color information
#38A4AB (or 0x38A4AB) is known color: Pelorous. HEX triplet: 38, A4 and AB. RGB value is (56,164,171). Sum of RGB (Red+Green+Blue) = 56+164+171=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #38A4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A4AB is #C75B54. Grayscale: #848484. Windows color (decimal): -13065045 or 11248696. OLE color: 11248696.
HSL color Cylindrical-coordinate representation of color #38A4AB: hue angle of 183.65º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A4AB is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 164 | 171 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.33 |
| HSL | 183.65º | 0.51% | 0.45% | - |
| HSV(B) | 183.65º | 0.67% | 0.67% | - |
| XYZ | 22.26 | 30.33 | 43.21 | - |
| YUV | 132.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 164 | 171 | 0.67 | 0.04 | 0 | 0.33 | 183.65 | 0.51 | 0.45 |
| Hex | 38 | A4 | AB | 43 | 4 | 0 | 21 | B8 | 33 | 2D |
| Octal | 70 | 244 | 253 | 103 | 4 | 0 | 41 | 270 | 63 | 55 |
| Binary | 111000 | 10100100 | 10101011 | 1000011 | 100 | 0 | 100001 | 10111000 | 110011 | 101101 |
Color Harmonies of #38A4AB
Complementary color
Monochromatic Colors of #38A4AB
Black with #38A4AB
Text Example
Text Example
White with #38A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A4AB; }
p { color: rgb(56,164,171); }
H1.HeaderClassName
{
color: #38A4AB;
}
.AnyTagClassName
{
color: #38A4AB;
}
</style>
background-color css
<style>
a { background-color: #38A4AB; }
a { background-color: rgb(56,164,171); }
div.DivClassName
{
background-color: #38A4AB;
}
.BgClassName
{
background-color: #38A4AB;
}
</style>
border-color css
<style>
span { border-color: #38A4AB; }
span { border-color: rgb(56,164,171); }
td.TdClassName
{
border-color: #38A4AB;
}
.TagClassName
{
border-color: #38A4AB;
}
</style>