Shades of Ocean Green #429E6B
Tints of Ocean Green #429E6B
RGB
CMYK
RGB Variations
Color information
#429E6B (or 0x429E6B) is known color: Ocean Green. HEX triplet: 42, 9E and 6B. RGB value is (66,158,107). Sum of RGB (Red+Green+Blue) = 66+158+107=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #429E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429E6B is #BD6194. Grayscale: #7C7C7C. Windows color (decimal): -12411285 or 7052866. OLE color: 7052866.
HSL color Cylindrical-coordinate representation of color #429E6B: hue angle of 146.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429E6B is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 158 | 107 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.38 |
| HSL | 146.74º | 0.41% | 0.44% | - |
| HSV(B) | 146.74º | 0.58% | 0.62% | - |
| XYZ | 17.13 | 26.67 | 18.16 | - |
| YUV | 124.68 | 118.02 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 107 | 0.58 | 0 | 0.32 | 0.38 | 146.74 | 0.41 | 0.44 |
| Hex | 42 | 9E | 6B | 3A | 0 | 20 | 26 | 93 | 29 | 2C |
| Octal | 102 | 236 | 153 | 72 | 0 | 40 | 46 | 223 | 51 | 54 |
| Binary | 1000010 | 10011110 | 1101011 | 111010 | 0 | 100000 | 100110 | 10010011 | 101001 | 101100 |
Color Harmonies of #429E6B
Complementary color
Monochromatic Colors of #429E6B
Black with #429E6B
Text Example
Text Example
White with #429E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429E6B; }
p { color: rgb(66,158,107); }
H1.HeaderClassName
{
color: #429E6B;
}
.AnyTagClassName
{
color: #429E6B;
}
</style>
background-color css
<style>
a { background-color: #429E6B; }
a { background-color: rgb(66,158,107); }
div.DivClassName
{
background-color: #429E6B;
}
.BgClassName
{
background-color: #429E6B;
}
</style>
border-color css
<style>
span { border-color: #429E6B; }
span { border-color: rgb(66,158,107); }
td.TdClassName
{
border-color: #429E6B;
}
.TagClassName
{
border-color: #429E6B;
}
</style>