Shades of Ocean Green #54B27E
Tints of Ocean Green #54B27E
RGB
CMYK
RGB Variations
Color information
#54B27E (or 0x54B27E) is known color: Ocean Green. HEX triplet: 54, B2 and 7E. RGB value is (84,178,126). Sum of RGB (Red+Green+Blue) = 84+178+126=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #54B27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B27E is #AB4D81. Grayscale: #909090. Windows color (decimal): -11226498 or 8303188. OLE color: 8303188.
HSL color Cylindrical-coordinate representation of color #54B27E: hue angle of 146.81º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B27E is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 178 | 126 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.30 |
| HSL | 146.81º | 0.38% | 0.51% | - |
| HSV(B) | 146.81º | 0.53% | 0.7% | - |
| XYZ | 23.34 | 35.23 | 25.31 | - |
| YUV | 143.97 | 117.86 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 126 | 0.53 | 0 | 0.29 | 0.30 | 146.81 | 0.38 | 0.51 |
| Hex | 54 | B2 | 7E | 35 | 0 | 1D | 1E | 93 | 26 | 33 |
| Octal | 124 | 262 | 176 | 65 | 0 | 35 | 36 | 223 | 46 | 63 |
| Binary | 1010100 | 10110010 | 1111110 | 110101 | 0 | 11101 | 11110 | 10010011 | 100110 | 110011 |
Color Harmonies of #54B27E
Complementary color
Monochromatic Colors of #54B27E
Black with #54B27E
Text Example
Text Example
White with #54B27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B27E; }
p { color: rgb(84,178,126); }
H1.HeaderClassName
{
color: #54B27E;
}
.AnyTagClassName
{
color: #54B27E;
}
</style>
background-color css
<style>
a { background-color: #54B27E; }
a { background-color: rgb(84,178,126); }
div.DivClassName
{
background-color: #54B27E;
}
.BgClassName
{
background-color: #54B27E;
}
</style>
border-color css
<style>
span { border-color: #54B27E; }
span { border-color: rgb(84,178,126); }
td.TdClassName
{
border-color: #54B27E;
}
.TagClassName
{
border-color: #54B27E;
}
</style>