Html Css Color HEX #509B6A Ocean Green

📋 copy color: '#509B6A'

red 80 ◦ green 155 ◦ blue 106

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

Shades of Ocean Green #509B6A

Tints of Ocean Green #509B6A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.45%

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 23.46%
G = 45.45%
B = 31.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#509B6A (or 0x509B6A) is known color: Ocean Green. HEX triplet: 50, 9B and 6A. RGB value is (80,155,106). Sum of RGB (Red+Green+Blue) = 80+155+106=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #509B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B6A is #AF6495. Grayscale: #7F7F7F. Windows color (decimal): -11494550 or 6986576. OLE color: 6986576.

HSL color Cylindrical-coordinate representation of color #509B6A: hue angle of 140.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B6A is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 106 -
CMYK 0.48 0 0.32 0.39
HSL 140.8º 0.32% 0.46% -
HSV(B) 140.8º 0.48% 0.61% -
XYZ 17.63 26.19 17.76 -
YUV 126.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 80 155 106 0.48 0 0.32 0.39 140.8 0.32 0.46
Hex 50 9B 6A 30 0 20 27 8D 20 2E
Octal 120 233 152 60 0 40 47 215 40 56
Binary 1010000 10011011 1101010 110000 0 100000 100111 10001101 100000 101110

Color Harmonies of #509B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B6A

Black with #509B6A

Text Example


Text Example

White with #509B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,155,106); }

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

background-color css

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

 a { background-color: rgb(80,155,106); }

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

border-color css

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

 span { border-color: rgb(80,155,106); }

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