#509168

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

Shades of Ocean Green #509168

Tints of Ocean Green #509168

Color information

#509168 (or 0x509168) is unknown color: approx Ocean Green. HEX triplet: 50, 91 and 68. RGB value is (80,145,104). Sum of RGB (Red+Green+Blue) = 80+145+104=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #509168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509168 is #AF6E97. Grayscale: #787878. Windows color (decimal): -11497112 or 6852944. OLE color: 6852944.

HSL color Cylindrical-coordinate representation of color #509168: hue angle of 142.15º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509168 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB80145104-
CMYK0.4500.280.43
HSL142.15º28.89%44.12%-
HSV(B)142.15º44.83%56.86%-
XYZ15.9322.9616.69-
YUV120.89118.4798.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=24.32%
G=44.07%
B=31.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451040.4500.280.43142.1528.8944.12
Hex5091682D01C2B8e1d2c
Octal12022115055034532163554
Binary10100001001000111010001011010111001010111000111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509168; }

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

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

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

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

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

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

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

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