Html Css Color HEX #509E7B Ocean Green

📋 copy color: '#509E7B'

red 80 ◦ green 158 ◦ blue 123

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

Shades of Ocean Green #509E7B

Tints of Ocean Green #509E7B

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 value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#509E7B (or 0x509E7B) is known color: 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

RGB 80 158 123 -
CMYK 0.49 0 0.22 0.38
HSL 153.08º 0.33% 0.47% -
HSV(B) 153.08º 0.49% 0.62% -
XYZ 19.11 27.59 23.06 -
YUV 130.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 80 158 123 0.49 0 0.22 0.38 153.08 0.33 0.47
Hex 50 9E 7B 31 0 16 26 99 21 2F
Octal 120 236 173 61 0 26 46 231 41 57
Binary 1010000 10011110 1111011 110001 0 10110 100110 10011001 100001 101111

Color Harmonies of #509E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E7B

Black with #509E7B

Text Example


Text Example

White with #509E7B

Text Example


Text Example

HTML Codes & Css Web 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>