Shades of Keppel #56AF8A
Tints of Keppel #56AF8A
RGB
CMYK
RGB Variations
Color information
#56AF8A (or 0x56AF8A) is known color: Keppel. HEX triplet: 56, AF and 8A. RGB value is (86,175,138). Sum of RGB (Red+Green+Blue) = 86+175+138=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56AF8A is #A95075. Grayscale: #909090. Windows color (decimal): -11096182 or 9088854. OLE color: 9088854.
HSL color Cylindrical-coordinate representation of color #56AF8A: hue angle of 155.06º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56AF8A is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 175 | 138 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.31 |
| HSL | 155.06º | 0.36% | 0.51% | - |
| HSV(B) | 155.06º | 0.51% | 0.69% | - |
| XYZ | 23.76 | 34.47 | 29.45 | - |
| YUV | 144.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 138 | 0.51 | 0 | 0.21 | 0.31 | 155.06 | 0.36 | 0.51 |
| Hex | 56 | AF | 8A | 33 | 0 | 15 | 1F | 9B | 24 | 33 |
| Octal | 126 | 257 | 212 | 63 | 0 | 25 | 37 | 233 | 44 | 63 |
| Binary | 1010110 | 10101111 | 10001010 | 110011 | 0 | 10101 | 11111 | 10011011 | 100100 | 110011 |
Color Harmonies of #56AF8A
Complementary color
Monochromatic Colors of #56AF8A
Black with #56AF8A
Text Example
Text Example
White with #56AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AF8A; }
p { color: rgb(86,175,138); }
H1.HeaderClassName
{
color: #56AF8A;
}
.AnyTagClassName
{
color: #56AF8A;
}
</style>
background-color css
<style>
a { background-color: #56AF8A; }
a { background-color: rgb(86,175,138); }
div.DivClassName
{
background-color: #56AF8A;
}
.BgClassName
{
background-color: #56AF8A;
}
</style>
border-color css
<style>
span { border-color: #56AF8A; }
span { border-color: rgb(86,175,138); }
td.TdClassName
{
border-color: #56AF8A;
}
.TagClassName
{
border-color: #56AF8A;
}
</style>