#509B75

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

Shades of Ocean Green #509B75

Tints of Ocean Green #509B75

Color information

#509B75 (or 0x509B75) is unknown color: approx Ocean Green. HEX triplet: 50, 9B and 75. RGB value is (80,155,117). Sum of RGB (Red+Green+Blue) = 80+155+117=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #509B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B75 is #AF648A. Grayscale: #808080. Windows color (decimal): -11494539 or 7707472. OLE color: 7707472.

HSL color Cylindrical-coordinate representation of color #509B75: hue angle of 149.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B75 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB80155117-
CMYK0.4800.250.39
HSL149.6º31.91%46.08%-
HSV(B)149.6º48.39%60.78%-
XYZ18.2426.4320.97-
YUV128.24121.6593.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 155 (60.94% from 255) = 44.03%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=22.73%
G=44.03%
B=33.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551170.4800.250.39149.631.9146.08
Hex509B75300192796202e
Octal12023316560031472264056
Binary101000010011011111010111000001100110011110010110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,155,117); }

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

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

 a { background-color: rgb(80,155,117); }

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

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

 span { border-color: rgb(80,155,117); }

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