Shades of Ocean Green #54AF7B
Tints of Ocean Green #54AF7B
RGB
CMYK
RGB Variations
Color information
#54AF7B (or 0x54AF7B) is known color: Ocean Green. HEX triplet: 54, AF and 7B. RGB value is (84,175,123). Sum of RGB (Red+Green+Blue) = 84+175+123=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF7B is #AB5084. Grayscale: #8D8D8D. Windows color (decimal): -11227269 or 8105812. OLE color: 8105812.
HSL color Cylindrical-coordinate representation of color #54AF7B: hue angle of 145.71º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AF7B is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 123 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.31 |
| HSL | 145.71º | 0.36% | 0.51% | - |
| HSV(B) | 145.71º | 0.52% | 0.69% | - |
| XYZ | 22.56 | 33.97 | 24.11 | - |
| YUV | 141.86 | 117.35 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 123 | 0.52 | 0 | 0.30 | 0.31 | 145.71 | 0.36 | 0.51 |
| Hex | 54 | AF | 7B | 34 | 0 | 1E | 1F | 92 | 24 | 33 |
| Octal | 124 | 257 | 173 | 64 | 0 | 36 | 37 | 222 | 44 | 63 |
| Binary | 1010100 | 10101111 | 1111011 | 110100 | 0 | 11110 | 11111 | 10010010 | 100100 | 110011 |
Color Harmonies of #54AF7B
Complementary color
Monochromatic Colors of #54AF7B
Black with #54AF7B
Text Example
Text Example
White with #54AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF7B; }
p { color: rgb(84,175,123); }
H1.HeaderClassName
{
color: #54AF7B;
}
.AnyTagClassName
{
color: #54AF7B;
}
</style>
background-color css
<style>
a { background-color: #54AF7B; }
a { background-color: rgb(84,175,123); }
div.DivClassName
{
background-color: #54AF7B;
}
.BgClassName
{
background-color: #54AF7B;
}
</style>
border-color css
<style>
span { border-color: #54AF7B; }
span { border-color: rgb(84,175,123); }
td.TdClassName
{
border-color: #54AF7B;
}
.TagClassName
{
border-color: #54AF7B;
}
</style>