#509E74

Color #509E74 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #509E74

Tints of Ocean Green #509E74

Color information

#509E74 (or 0x509E74) is unknown color: approx Ocean Green. HEX triplet: 50, 9E and 74. RGB value is (80,158,116). Sum of RGB (Red+Green+Blue) = 80+158+116=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #509E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E74 is #AF618B. Grayscale: #818181. Windows color (decimal): -11493772 or 7642704. OLE color: 7642704.

HSL color Cylindrical-coordinate representation of color #509E74: hue angle of 147.69º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E74 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB80158116-
CMYK0.4900.270.38
HSL147.69º32.77%46.67%-
HSV(B)147.69º49.37%61.96%-
XYZ18.6927.4220.83-
YUV129.89120.1692.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 158 (62.11% from 255) = 44.63%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=22.60%
G=44.63%
B=32.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801581160.4900.270.38147.6932.7746.67
Hex509E743101B2694212f
Octal12023616461033462244157
Binary101000010011110111010011000101101110011010010100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509E74; }

 p { color: rgb(80,158,116); }

 H1.HeaderClassName
 {
   color: #509E74;
 }
 .AnyTagClassName
 {
   color: #509E74;
 }
</style>
background-color css

<style>
 a { background-color: #509E74; }

 a { background-color: rgb(80,158,116); }

 div.DivClassName
 {
   background-color: #509E74;
 }
 .BgClassName
 {
   background-color: #509E74;
 }
</style>
border-color css

<style>
 span { border-color: #509E74; }

 span { border-color: rgb(80,158,116); }

 td.TdClassName
 {
   border-color: #509E74;
 }
 .TagClassName
 {
   border-color: #509E74;
 }
</style>