Shades of Ocean Green #45AF6E
Tints of Ocean Green #45AF6E
RGB
CMYK
RGB Variations
Color information
#45AF6E (or 0x45AF6E) is known color: Ocean Green. HEX triplet: 45, AF and 6E. RGB value is (69,175,110). Sum of RGB (Red+Green+Blue) = 69+175+110=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AF6E is #BA5091. Grayscale: #888888. Windows color (decimal): -12210322 or 7253829. OLE color: 7253829.
HSL color Cylindrical-coordinate representation of color #45AF6E: hue angle of 143.21º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45AF6E is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 175 | 110 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.31 |
| HSL | 143.21º | 0.43% | 0.48% | - |
| HSV(B) | 143.21º | 0.61% | 0.69% | - |
| XYZ | 20.6 | 33.05 | 20.05 | - |
| YUV | 135.9 | 113.38 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 175 | 110 | 0.61 | 0 | 0.37 | 0.31 | 143.21 | 0.43 | 0.48 |
| Hex | 45 | AF | 6E | 3D | 0 | 25 | 1F | 8F | 2B | 30 |
| Octal | 105 | 257 | 156 | 75 | 0 | 45 | 37 | 217 | 53 | 60 |
| Binary | 1000101 | 10101111 | 1101110 | 111101 | 0 | 100101 | 11111 | 10001111 | 101011 | 110000 |
Color Harmonies of #45AF6E
Complementary color
Monochromatic Colors of #45AF6E
Black with #45AF6E
Text Example
Text Example
White with #45AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AF6E; }
p { color: rgb(69,175,110); }
H1.HeaderClassName
{
color: #45AF6E;
}
.AnyTagClassName
{
color: #45AF6E;
}
</style>
background-color css
<style>
a { background-color: #45AF6E; }
a { background-color: rgb(69,175,110); }
div.DivClassName
{
background-color: #45AF6E;
}
.BgClassName
{
background-color: #45AF6E;
}
</style>
border-color css
<style>
span { border-color: #45AF6E; }
span { border-color: rgb(69,175,110); }
td.TdClassName
{
border-color: #45AF6E;
}
.TagClassName
{
border-color: #45AF6E;
}
</style>