Shades of Neptune #7CAFAF
Tints of Neptune #7CAFAF
RGB
CMYK
RGB Variations
Color information
#7CAFAF (or 0x7CAFAF) is known color: Neptune. HEX triplet: 7C, AF and AF. RGB value is (124,175,175). Sum of RGB (Red+Green+Blue) = 124+175+175=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #7CAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAFAF is #835050. Grayscale: #9F9F9F. Windows color (decimal): -8605777 or 11513724. OLE color: 11513724.
HSL color Cylindrical-coordinate representation of color #7CAFAF: hue angle of 180º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAFAF is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 175 | - |
| CMYK | 0.29 | 0 | 0 | 0.31 |
| HSL | 180º | 0.24% | 0.59% | - |
| HSV(B) | 180º | 0.29% | 0.69% | - |
| XYZ | 31.38 | 38.04 | 46.25 | - |
| YUV | 159.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 175 | 0.29 | 0 | 0 | 0.31 | 180 | 0.24 | 0.59 |
| Hex | 7C | AF | AF | 1D | 0 | 0 | 1F | B4 | 18 | 3B |
| Octal | 174 | 257 | 257 | 35 | 0 | 0 | 37 | 264 | 30 | 73 |
| Binary | 1111100 | 10101111 | 10101111 | 11101 | 0 | 0 | 11111 | 10110100 | 11000 | 111011 |
Color Harmonies of #7CAFAF
Complementary color
Monochromatic Colors of #7CAFAF
Black with #7CAFAF
Text Example
Text Example
White with #7CAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAFAF; }
p { color: rgb(124,175,175); }
H1.HeaderClassName
{
color: #7CAFAF;
}
.AnyTagClassName
{
color: #7CAFAF;
}
</style>
background-color css
<style>
a { background-color: #7CAFAF; }
a { background-color: rgb(124,175,175); }
div.DivClassName
{
background-color: #7CAFAF;
}
.BgClassName
{
background-color: #7CAFAF;
}
</style>
border-color css
<style>
span { border-color: #7CAFAF; }
span { border-color: rgb(124,175,175); }
td.TdClassName
{
border-color: #7CAFAF;
}
.TagClassName
{
border-color: #7CAFAF;
}
</style>