#509E6E

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

Shades of Ocean Green #509E6E

Tints of Ocean Green #509E6E

Color information

#509E6E (or 0x509E6E) is unknown color: approx Ocean Green. HEX triplet: 50, 9E and 6E. RGB value is (80,158,110). Sum of RGB (Red+Green+Blue) = 80+158+110=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #509E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E6E is #AF6191. Grayscale: #818181. Windows color (decimal): -11493778 or 7249488. OLE color: 7249488.

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

Color convert

RGB80158110-
CMYK0.4900.300.38
HSL143.08º32.77%46.67%-
HSV(B)143.08º49.37%61.96%-
XYZ18.3527.2819.05-
YUV129.21117.1692.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=22.99%
G=45.40%
B=31.61%

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
Decimal801581100.4900.300.38143.0832.7746.67
Hex509E6E3101E268f212f
Octal12023615661036462174157
Binary101000010011110110111011000101111010011010001111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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