#509E7B

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

Shades of Ocean Green #509E7B

Tints of Ocean Green #509E7B

Color information

#509E7B (or 0x509E7B) is unknown color: approx Ocean Green. HEX triplet: 50, 9E and 7B. RGB value is (80,158,123). Sum of RGB (Red+Green+Blue) = 80+158+123=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #509E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E7B is #AF6184. Grayscale: #828282. Windows color (decimal): -11493765 or 8101456. OLE color: 8101456.

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

Color convert

RGB80158123-
CMYK0.4900.220.38
HSL153.08º32.77%46.67%-
HSV(B)153.08º49.37%61.96%-
XYZ19.1127.5923.06-
YUV130.69123.6691.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=22.16%
G=43.77%
B=34.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801581230.4900.220.38153.0832.7746.67
Hex509E7B310162699212f
Octal12023617361026462314157
Binary101000010011110111101111000101011010011010011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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