#509E67

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

Shades of Ocean Green #509E67

Tints of Ocean Green #509E67

Color information

#509E67 (or 0x509E67) is unknown color: approx Ocean Green. HEX triplet: 50, 9E and 67. RGB value is (80,158,103). Sum of RGB (Red+Green+Blue) = 80+158+103=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #509E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E67 is #AF6198. Grayscale: #808080. Windows color (decimal): -11493785 or 6790736. OLE color: 6790736.

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

Color convert

RGB80158103-
CMYK0.4900.350.38
HSL137.69º32.77%46.67%-
HSV(B)137.69º49.37%61.96%-
XYZ17.9827.1417.12-
YUV128.41113.6693.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 158 (62.11% from 255) = 46.33%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=23.46%
G=46.33%
B=30.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801581030.4900.350.38137.6932.7746.67
Hex509E6731023268a212f
Octal12023614761043462124157
Binary1010000100111101100111110001010001110011010001010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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