#509F7B

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

Shades of Ocean Green #509F7B

Tints of Ocean Green #509F7B

Color information

#509F7B (or 0x509F7B) is unknown color: approx Ocean Green. HEX triplet: 50, 9F and 7B. RGB value is (80,159,123). Sum of RGB (Red+Green+Blue) = 80+159+123=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #509F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F7B is #AF6084. Grayscale: #838383. Windows color (decimal): -11493509 or 8101712. OLE color: 8101712.

HSL color Cylindrical-coordinate representation of color #509F7B: hue angle of 152.66º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F7B is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB80159123-
CMYK0.5000.230.38
HSL152.66º33.05%46.86%-
HSV(B)152.66º49.69%62.35%-
XYZ19.2827.9323.11-
YUV131.28123.3391.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 159 (62.5% from 255) = 43.92%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=22.10%
G=43.92%
B=33.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801591230.5000.230.38152.6633.0546.86
Hex509F7B320172699212f
Octal12023717362027462314157
Binary101000010011111111101111001001011110011010011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,159,123); }

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

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

 a { background-color: rgb(80,159,123); }

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

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

 span { border-color: rgb(80,159,123); }

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