Html Css Color HEX #509675 Ocean Green

📋 copy color: '#509675'

red 80 ◦ green 150 ◦ blue 117

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

Shades of Ocean Green #509675

Tints of Ocean Green #509675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.23%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 23.05%
G = 43.23%
B = 33.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#509675 (or 0x509675) is known color: Ocean Green. HEX triplet: 50, 96 and 75. RGB value is (80,150,117). Sum of RGB (Red+Green+Blue) = 80+150+117=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #509675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509675 is #AF698A. Grayscale: #7D7D7D. Windows color (decimal): -11495819 or 7706192. OLE color: 7706192.

HSL color Cylindrical-coordinate representation of color #509675: hue angle of 151.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509675 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 117 -
CMYK 0.47 0 0.22 0.41
HSL 151.71º 0.3% 0.45% -
HSV(B) 151.71º 0.47% 0.59% -
XYZ 17.43 24.8 20.7 -
YUV 125.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 80 150 117 0.47 0 0.22 0.41 151.71 0.3 0.45
Hex 50 96 75 2F 0 16 29 98 1E 2D
Octal 120 226 165 57 0 26 51 230 36 55
Binary 1010000 10010110 1110101 101111 0 10110 101001 10011000 11110 101101

Color Harmonies of #509675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509675

Black with #509675

Text Example


Text Example

White with #509675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509675; }

 p { color: rgb(80,150,117); }

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

background-color css

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

 a { background-color: rgb(80,150,117); }

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

border-color css

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

 span { border-color: rgb(80,150,117); }

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