Html Css Color HEX #509F7E Ocean Green

📋 copy color: '#509F7E'

red 80 ◦ green 159 ◦ blue 126

#509F7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #509F7E

Tints of Ocean Green #509F7E

RGB

 RED value IS 80 (31.64% from 255) = 21.92%

 GREEN value IS 159 (62.5% from 255) = 43.56%

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 21.92%
G = 43.56%
B = 34.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#509F7E (or 0x509F7E) is known color: Ocean Green. HEX triplet: 50, 9F and 7E. RGB value is (80,159,126). Sum of RGB (Red+Green+Blue) = 80+159+126=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #509F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F7E is #AF6081. Grayscale: #838383. Windows color (decimal): -11493506 or 8298320. OLE color: 8298320.

HSL color Cylindrical-coordinate representation of color #509F7E: hue angle of 154.94º 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 #509F7E is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 159 126 -
CMYK 0.50 0 0.21 0.38
HSL 154.94º 0.33% 0.47% -
HSV(B) 154.94º 0.5% 0.62% -
XYZ 19.47 28.01 24.12 -
YUV 131.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 80 159 126 0.50 0 0.21 0.38 154.94 0.33 0.47
Hex 50 9F 7E 32 0 15 26 9B 21 2F
Octal 120 237 176 62 0 25 46 233 41 57
Binary 1010000 10011111 1111110 110010 0 10101 100110 10011011 100001 101111

Color Harmonies of #509F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509F7E

Black with #509F7E

Text Example


Text Example

White with #509F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #509F7E;
 }
 .AnyTagClassName
 {
   color: #509F7E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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