Shades of Keppel #5CAF9F
Tints of Keppel #5CAF9F
RGB
CMYK
RGB Variations
Color information
#5CAF9F (or 0x5CAF9F) is known color: Keppel. HEX triplet: 5C, AF and 9F. RGB value is (92,175,159). Sum of RGB (Red+Green+Blue) = 92+175+159=426 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.60% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAF9F is #A35060. Grayscale: #949494. Windows color (decimal): -10702945 or 10465116. OLE color: 10465116.
HSL color Cylindrical-coordinate representation of color #5CAF9F: hue angle of 168.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAF9F is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 159 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.31 |
| HSL | 168.43º | 0.34% | 0.52% | - |
| HSV(B) | 168.43º | 0.47% | 0.69% | - |
| XYZ | 26 | 35.44 | 38.27 | - |
| YUV | 148.36 | 134 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 159 | 0.47 | 0 | 0.09 | 0.31 | 168.43 | 0.34 | 0.52 |
| Hex | 5C | AF | 9F | 2F | 0 | 9 | 1F | A8 | 22 | 34 |
| Octal | 134 | 257 | 237 | 57 | 0 | 11 | 37 | 250 | 42 | 64 |
| Binary | 1011100 | 10101111 | 10011111 | 101111 | 0 | 1001 | 11111 | 10101000 | 100010 | 110100 |
Color Harmonies of #5CAF9F
Complementary color
Monochromatic Colors of #5CAF9F
Black with #5CAF9F
Text Example
Text Example
White with #5CAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAF9F; }
p { color: rgb(92,175,159); }
H1.HeaderClassName
{
color: #5CAF9F;
}
.AnyTagClassName
{
color: #5CAF9F;
}
</style>
background-color css
<style>
a { background-color: #5CAF9F; }
a { background-color: rgb(92,175,159); }
div.DivClassName
{
background-color: #5CAF9F;
}
.BgClassName
{
background-color: #5CAF9F;
}
</style>
border-color css
<style>
span { border-color: #5CAF9F; }
span { border-color: rgb(92,175,159); }
td.TdClassName
{
border-color: #5CAF9F;
}
.TagClassName
{
border-color: #5CAF9F;
}
</style>