Shades of Keppel #5CAF9A
Tints of Keppel #5CAF9A
RGB
CMYK
RGB Variations
Color information
#5CAF9A (or 0x5CAF9A) is known color: Keppel. HEX triplet: 5C, AF and 9A. RGB value is (92,175,154). Sum of RGB (Red+Green+Blue) = 92+175+154=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAF9A is #A35065. Grayscale: #939393. Windows color (decimal): -10702950 or 10137436. OLE color: 10137436.
HSL color Cylindrical-coordinate representation of color #5CAF9A: hue angle of 164.82º 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 #5CAF9A is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 154 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.31 |
| HSL | 164.82º | 0.34% | 0.52% | - |
| HSV(B) | 164.82º | 0.47% | 0.69% | - |
| XYZ | 25.58 | 35.27 | 36.03 | - |
| YUV | 147.79 | 131.5 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 154 | 0.47 | 0 | 0.12 | 0.31 | 164.82 | 0.34 | 0.52 |
| Hex | 5C | AF | 9A | 2F | 0 | C | 1F | A5 | 22 | 34 |
| Octal | 134 | 257 | 232 | 57 | 0 | 14 | 37 | 245 | 42 | 64 |
| Binary | 1011100 | 10101111 | 10011010 | 101111 | 0 | 1100 | 11111 | 10100101 | 100010 | 110100 |
Color Harmonies of #5CAF9A
Complementary color
Monochromatic Colors of #5CAF9A
Black with #5CAF9A
Text Example
Text Example
White with #5CAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAF9A; }
p { color: rgb(92,175,154); }
H1.HeaderClassName
{
color: #5CAF9A;
}
.AnyTagClassName
{
color: #5CAF9A;
}
</style>
background-color css
<style>
a { background-color: #5CAF9A; }
a { background-color: rgb(92,175,154); }
div.DivClassName
{
background-color: #5CAF9A;
}
.BgClassName
{
background-color: #5CAF9A;
}
</style>
border-color css
<style>
span { border-color: #5CAF9A; }
span { border-color: rgb(92,175,154); }
td.TdClassName
{
border-color: #5CAF9A;
}
.TagClassName
{
border-color: #5CAF9A;
}
</style>