Shades of Ocean Green #54AF6B
Tints of Ocean Green #54AF6B
RGB
CMYK
RGB Variations
Color information
#54AF6B (or 0x54AF6B) is known color: Ocean Green. HEX triplet: 54, AF and 6B. RGB value is (84,175,107). Sum of RGB (Red+Green+Blue) = 84+175+107=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF6B is #AB5094. Grayscale: #8C8C8C. Windows color (decimal): -11227285 or 7057236. OLE color: 7057236.
HSL color Cylindrical-coordinate representation of color #54AF6B: hue angle of 135.16º 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 #54AF6B is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 107 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.31 |
| HSL | 135.16º | 0.36% | 0.51% | - |
| HSV(B) | 135.16º | 0.52% | 0.69% | - |
| XYZ | 21.64 | 33.61 | 19.26 | - |
| YUV | 140.04 | 109.35 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 107 | 0.52 | 0 | 0.39 | 0.31 | 135.16 | 0.36 | 0.51 |
| Hex | 54 | AF | 6B | 34 | 0 | 27 | 1F | 87 | 24 | 33 |
| Octal | 124 | 257 | 153 | 64 | 0 | 47 | 37 | 207 | 44 | 63 |
| Binary | 1010100 | 10101111 | 1101011 | 110100 | 0 | 100111 | 11111 | 10000111 | 100100 | 110011 |
Color Harmonies of #54AF6B
Complementary color
Monochromatic Colors of #54AF6B
Black with #54AF6B
Text Example
Text Example
White with #54AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF6B; }
p { color: rgb(84,175,107); }
H1.HeaderClassName
{
color: #54AF6B;
}
.AnyTagClassName
{
color: #54AF6B;
}
</style>
background-color css
<style>
a { background-color: #54AF6B; }
a { background-color: rgb(84,175,107); }
div.DivClassName
{
background-color: #54AF6B;
}
.BgClassName
{
background-color: #54AF6B;
}
</style>
border-color css
<style>
span { border-color: #54AF6B; }
span { border-color: rgb(84,175,107); }
td.TdClassName
{
border-color: #54AF6B;
}
.TagClassName
{
border-color: #54AF6B;
}
</style>