Html Css Color HEX #509168 Ocean Green

📋 copy color: '#509168'

red 80 ◦ green 145 ◦ blue 104

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

Shades of Ocean Green #509168

Tints of Ocean Green #509168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.07%

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 24.32%
G = 44.07%
B = 31.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#509168 (or 0x509168) is known color: Ocean Green. HEX triplet: 50, 91 and 68. RGB value is (80,145,104). Sum of RGB (Red+Green+Blue) = 80+145+104=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #509168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509168 is #AF6E97. Grayscale: #787878. Windows color (decimal): -11497112 or 6852944. OLE color: 6852944.

HSL color Cylindrical-coordinate representation of color #509168: hue angle of 142.15º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509168 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 104 -
CMYK 0.45 0 0.28 0.43
HSL 142.15º 0.29% 0.44% -
HSV(B) 142.15º 0.45% 0.57% -
XYZ 15.93 22.96 16.69 -
YUV 120.89 118.47 98.83 -
System Red Green Blue C M Y K H S L
Decimal 80 145 104 0.45 0 0.28 0.43 142.15 0.29 0.44
Hex 50 91 68 2D 0 1C 2B 8E 1D 2C
Octal 120 221 150 55 0 34 53 216 35 54
Binary 1010000 10010001 1101000 101101 0 11100 101011 10001110 11101 101100

Color Harmonies of #509168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509168

Black with #509168

Text Example


Text Example

White with #509168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509168; }

 p { color: rgb(80,145,104); }

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

background-color css

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

 a { background-color: rgb(80,145,104); }

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

border-color css

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

 span { border-color: rgb(80,145,104); }

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