Shades of Keppel #57AF8A
Tints of Keppel #57AF8A
RGB
CMYK
RGB Variations
Color information
#57AF8A (or 0x57AF8A) is known color: Keppel. HEX triplet: 57, AF and 8A. RGB value is (87,175,138). Sum of RGB (Red+Green+Blue) = 87+175+138=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #57AF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AF8A is #A85075. Grayscale: #909090. Windows color (decimal): -11030646 or 9088855. OLE color: 9088855.
HSL color Cylindrical-coordinate representation of color #57AF8A: hue angle of 154.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AF8A is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 175 | 138 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.31 |
| HSL | 154.77º | 0.35% | 0.51% | - |
| HSV(B) | 154.77º | 0.5% | 0.69% | - |
| XYZ | 23.85 | 34.52 | 29.45 | - |
| YUV | 144.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 138 | 0.50 | 0 | 0.21 | 0.31 | 154.77 | 0.35 | 0.51 |
| Hex | 57 | AF | 8A | 32 | 0 | 15 | 1F | 9B | 23 | 33 |
| Octal | 127 | 257 | 212 | 62 | 0 | 25 | 37 | 233 | 43 | 63 |
| Binary | 1010111 | 10101111 | 10001010 | 110010 | 0 | 10101 | 11111 | 10011011 | 100011 | 110011 |
Color Harmonies of #57AF8A
Complementary color
Monochromatic Colors of #57AF8A
Black with #57AF8A
Text Example
Text Example
White with #57AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AF8A; }
p { color: rgb(87,175,138); }
H1.HeaderClassName
{
color: #57AF8A;
}
.AnyTagClassName
{
color: #57AF8A;
}
</style>
background-color css
<style>
a { background-color: #57AF8A; }
a { background-color: rgb(87,175,138); }
div.DivClassName
{
background-color: #57AF8A;
}
.BgClassName
{
background-color: #57AF8A;
}
</style>
border-color css
<style>
span { border-color: #57AF8A; }
span { border-color: rgb(87,175,138); }
td.TdClassName
{
border-color: #57AF8A;
}
.TagClassName
{
border-color: #57AF8A;
}
</style>