#509E6F

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

Shades of Ocean Green #509E6F

Tints of Ocean Green #509E6F

Color information

#509E6F (or 0x509E6F) is unknown color: approx Ocean Green. HEX triplet: 50, 9E and 6F. RGB value is (80,158,111). Sum of RGB (Red+Green+Blue) = 80+158+111=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 158 - color contains mainly: green. Hex color #509E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E6F is #AF6190. Grayscale: #818181. Windows color (decimal): -11493777 or 7315024. OLE color: 7315024.

HSL color Cylindrical-coordinate representation of color #509E6F: hue angle of 143.85º 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 #509E6F is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB80158111-
CMYK0.4900.300.38
HSL143.85º32.77%46.67%-
HSV(B)143.85º49.37%61.96%-
XYZ18.427.3119.34-
YUV129.32117.6692.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 158 (62.11% from 255) = 45.27%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=22.92%
G=45.27%
B=31.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801581110.4900.300.38143.8532.7746.67
Hex509E6F3101E2690212f
Octal12023615761036462204157
Binary101000010011110110111111000101111010011010010000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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