Html Css Color HEX #509B6B Ocean Green

📋 copy color: '#509B6B'

red 80 ◦ green 155 ◦ blue 107

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

Shades of Ocean Green #509B6B

Tints of Ocean Green #509B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 23.39%
G = 45.32%
B = 31.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#509B6B (or 0x509B6B) is known color: Ocean Green. HEX triplet: 50, 9B and 6B. RGB value is (80,155,107). Sum of RGB (Red+Green+Blue) = 80+155+107=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #509B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B6B is #AF6494. Grayscale: #7F7F7F. Windows color (decimal): -11494549 or 7052112. OLE color: 7052112.

HSL color Cylindrical-coordinate representation of color #509B6B: hue angle of 141.6º 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 #509B6B is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 107 -
CMYK 0.48 0 0.31 0.39
HSL 141.6º 0.32% 0.46% -
HSV(B) 141.6º 0.48% 0.61% -
XYZ 17.68 26.21 18.04 -
YUV 127.1 116.65 94.4 -
System Red Green Blue C M Y K H S L
Decimal 80 155 107 0.48 0 0.31 0.39 141.6 0.32 0.46
Hex 50 9B 6B 30 0 1F 27 8E 20 2E
Octal 120 233 153 60 0 37 47 216 40 56
Binary 1010000 10011011 1101011 110000 0 11111 100111 10001110 100000 101110

Color Harmonies of #509B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B6B

Black with #509B6B

Text Example


Text Example

White with #509B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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