Html Css Color HEX #50956E Ocean Green

📋 copy color: '#50956E'

red 80 ◦ green 149 ◦ blue 110

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

Shades of Ocean Green #50956E

Tints of Ocean Green #50956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.95%

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 23.6%
G = 43.95%
B = 32.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#50956E (or 0x50956E) is known color: Ocean Green. HEX triplet: 50, 95 and 6E. RGB value is (80,149,110). Sum of RGB (Red+Green+Blue) = 80+149+110=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #50956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50956E is #AF6A91. Grayscale: #7C7C7C. Windows color (decimal): -11496082 or 7247184. OLE color: 7247184.

HSL color Cylindrical-coordinate representation of color #50956E: hue angle of 146.09º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50956E is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 110 -
CMYK 0.46 0 0.26 0.42
HSL 146.09º 0.3% 0.45% -
HSV(B) 146.09º 0.46% 0.58% -
XYZ 16.87 24.33 18.56 -
YUV 123.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 80 149 110 0.46 0 0.26 0.42 146.09 0.3 0.45
Hex 50 95 6E 2E 0 1A 2A 92 1E 2D
Octal 120 225 156 56 0 32 52 222 36 55
Binary 1010000 10010101 1101110 101110 0 11010 101010 10010010 11110 101101

Color Harmonies of #50956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50956E

Black with #50956E

Text Example


Text Example

White with #50956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50956E; }

 p { color: rgb(80,149,110); }

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

background-color css

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

 a { background-color: rgb(80,149,110); }

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

border-color css

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

 span { border-color: rgb(80,149,110); }

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