#509B68

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

Shades of Ocean Green #509B68

Tints of Ocean Green #509B68

Color information

#509B68 (or 0x509B68) is unknown color: approx Ocean Green. HEX triplet: 50, 9B and 68. RGB value is (80,155,104). Sum of RGB (Red+Green+Blue) = 80+155+104=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #509B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B68 is #AF6497. Grayscale: #7E7E7E. Windows color (decimal): -11494552 or 6855504. OLE color: 6855504.

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

Color convert

RGB80155104-
CMYK0.4800.330.39
HSL139.2º31.91%46.08%-
HSV(B)139.2º48.39%60.78%-
XYZ17.5326.1517.22-
YUV126.76115.1594.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=23.60%
G=45.72%
B=30.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801551040.4800.330.39139.231.9146.08
Hex509B6830021278b202e
Octal12023315060041472134056
Binary1010000100110111101000110000010000110011110001011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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