Html Css Color HEX #509873 Ocean Green

📋 copy color: '#509873'

red 80 ◦ green 152 ◦ blue 115

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

Shades of Ocean Green #509873

Tints of Ocean Green #509873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.8%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 23.05%
G = 43.8%
B = 33.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#509873 (or 0x509873) is known color: Ocean Green. HEX triplet: 50, 98 and 73. RGB value is (80,152,115). Sum of RGB (Red+Green+Blue) = 80+152+115=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #509873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509873 is #AF678C. Grayscale: #7E7E7E. Windows color (decimal): -11495309 or 7575632. OLE color: 7575632.

HSL color Cylindrical-coordinate representation of color #509873: hue angle of 149.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509873 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 115 -
CMYK 0.47 0 0.24 0.40
HSL 149.17º 0.31% 0.45% -
HSV(B) 149.17º 0.47% 0.6% -
XYZ 17.63 25.4 20.19 -
YUV 126.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 80 152 115 0.47 0 0.24 0.40 149.17 0.31 0.45
Hex 50 98 73 2F 0 18 28 95 1F 2D
Octal 120 230 163 57 0 30 50 225 37 55
Binary 1010000 10011000 1110011 101111 0 11000 101000 10010101 11111 101101

Color Harmonies of #509873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509873

Black with #509873

Text Example


Text Example

White with #509873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509873; }

 p { color: rgb(80,152,115); }

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

background-color css

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

 a { background-color: rgb(80,152,115); }

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

border-color css

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

 span { border-color: rgb(80,152,115); }

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