Html Css Color HEX #50996F Ocean Green

📋 copy color: '#50996F'

red 80 ◦ green 153 ◦ blue 111

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

Shades of Ocean Green #50996F

Tints of Ocean Green #50996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.48%

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 23.26%
G = 44.48%
B = 32.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#50996F (or 0x50996F) is known color: Ocean Green. HEX triplet: 50, 99 and 6F. RGB value is (80,153,111). Sum of RGB (Red+Green+Blue) = 80+153+111=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #50996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50996F is #AF6690. Grayscale: #7E7E7E. Windows color (decimal): -11495057 or 7313744. OLE color: 7313744.

HSL color Cylindrical-coordinate representation of color #50996F: hue angle of 145.48º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50996F is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 111 -
CMYK 0.48 0 0.27 0.4
HSL 145.48º 0.31% 0.46% -
HSV(B) 145.48º 0.48% 0.6% -
XYZ 17.57 25.64 19.06 -
YUV 126.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 80 153 111 0.48 0 0.27 0.4 145.48 0.31 0.46
Hex 50 99 6F 30 0 1B 28 91 1F 2E
Octal 120 231 157 60 0 33 50 221 37 56
Binary 1010000 10011001 1101111 110000 0 11011 101000 10010001 11111 101110

Color Harmonies of #50996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50996F

Black with #50996F

Text Example


Text Example

White with #50996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50996F; }

 p { color: rgb(80,153,111); }

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

background-color css

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

 a { background-color: rgb(80,153,111); }

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

border-color css

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

 span { border-color: rgb(80,153,111); }

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