Shades of Ocean Green #4AAF6B
Tints of Ocean Green #4AAF6B
RGB
CMYK
RGB Variations
Color information
#4AAF6B (or 0x4AAF6B) is known color: Ocean Green. HEX triplet: 4A, AF and 6B. RGB value is (74,175,107). Sum of RGB (Red+Green+Blue) = 74+175+107=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAF6B is #B55094. Grayscale: #898989. Windows color (decimal): -11882645 or 7057226. OLE color: 7057226.
HSL color Cylindrical-coordinate representation of color #4AAF6B: hue angle of 139.6º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF6B is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 107 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.31 |
| HSL | 139.6º | 0.41% | 0.49% | - |
| HSV(B) | 139.6º | 0.58% | 0.69% | - |
| XYZ | 20.81 | 33.18 | 19.22 | - |
| YUV | 137.05 | 111.04 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 107 | 0.58 | 0 | 0.39 | 0.31 | 139.6 | 0.41 | 0.49 |
| Hex | 4A | AF | 6B | 3A | 0 | 27 | 1F | 8C | 29 | 31 |
| Octal | 112 | 257 | 153 | 72 | 0 | 47 | 37 | 214 | 51 | 61 |
| Binary | 1001010 | 10101111 | 1101011 | 111010 | 0 | 100111 | 11111 | 10001100 | 101001 | 110001 |
Color Harmonies of #4AAF6B
Complementary color
Monochromatic Colors of #4AAF6B
Black with #4AAF6B
Text Example
Text Example
White with #4AAF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF6B; }
p { color: rgb(74,175,107); }
H1.HeaderClassName
{
color: #4AAF6B;
}
.AnyTagClassName
{
color: #4AAF6B;
}
</style>
background-color css
<style>
a { background-color: #4AAF6B; }
a { background-color: rgb(74,175,107); }
div.DivClassName
{
background-color: #4AAF6B;
}
.BgClassName
{
background-color: #4AAF6B;
}
</style>
border-color css
<style>
span { border-color: #4AAF6B; }
span { border-color: rgb(74,175,107); }
td.TdClassName
{
border-color: #4AAF6B;
}
.TagClassName
{
border-color: #4AAF6B;
}
</style>