Html Css Color HEX #509E7F Ocean Green

📋 copy color: '#509E7F'

red 80 ◦ green 158 ◦ blue 127

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

Shades of Ocean Green #509E7F

Tints of Ocean Green #509E7F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.29%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 21.92%
G = 43.29%
B = 34.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#509E7F (or 0x509E7F) is known color: Ocean Green. HEX triplet: 50, 9E and 7F. RGB value is (80,158,127). Sum of RGB (Red+Green+Blue) = 80+158+127=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #509E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E7F is #AF6180. Grayscale: #838383. Windows color (decimal): -11493761 or 8363600. OLE color: 8363600.

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

Color convert

RGB 80 158 127 -
CMYK 0.49 0 0.20 0.38
HSL 156.15º 0.33% 0.47% -
HSV(B) 156.15º 0.49% 0.62% -
XYZ 19.37 27.69 24.4 -
YUV 131.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 80 158 127 0.49 0 0.20 0.38 156.15 0.33 0.47
Hex 50 9E 7F 31 0 14 26 9C 21 2F
Octal 120 236 177 61 0 24 46 234 41 57
Binary 1010000 10011110 1111111 110001 0 10100 100110 10011100 100001 101111

Color Harmonies of #509E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E7F

Black with #509E7F

Text Example


Text Example

White with #509E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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