#509E6A

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

Shades of Ocean Green #509E6A

Tints of Ocean Green #509E6A

Color information

#509E6A (or 0x509E6A) is unknown color: approx Ocean Green. HEX triplet: 50, 9E and 6A. RGB value is (80,158,106). Sum of RGB (Red+Green+Blue) = 80+158+106=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #509E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E6A is #AF6195. Grayscale: #808080. Windows color (decimal): -11493782 or 6987344. OLE color: 6987344.

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

Color convert

RGB80158106-
CMYK0.4900.330.38
HSL140º32.77%46.67%-
HSV(B)140º49.37%61.96%-
XYZ18.1427.217.93-
YUV128.75115.1693.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 158 (62.11% from 255) = 45.93%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=23.26%
G=45.93%
B=30.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801581060.4900.330.3814032.7746.67
Hex509E6A31021268c212f
Octal12023615261041462144157
Binary1010000100111101101010110001010000110011010001100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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