#509A78

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

Shades of Ocean Green #509A78

Tints of Ocean Green #509A78

Color information

#509A78 (or 0x509A78) is unknown color: approx Ocean Green. HEX triplet: 50, 9A and 78. RGB value is (80,154,120). Sum of RGB (Red+Green+Blue) = 80+154+120=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #509A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509A78 is #AF6587. Grayscale: #808080. Windows color (decimal): -11494792 or 7903824. OLE color: 7903824.

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

Color convert

RGB80154120-
CMYK0.4800.220.40
HSL152.43º31.62%45.88%-
HSV(B)152.43º48.05%60.39%-
XYZ18.2526.1721.86-
YUV128123.4893.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 154 (60.55% from 255) = 43.50%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=22.60%
G=43.50%
B=33.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801541200.4800.220.40152.4331.6245.88
Hex509A78300162898202e
Octal12023217060026502304056
Binary101000010011010111100011000001011010100010011000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,154,120); }

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

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

 a { background-color: rgb(80,154,120); }

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

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

 span { border-color: rgb(80,154,120); }

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