Html Css Color HEX #4FAD80 Ocean Green

📋 copy color: '#4FAD80'

red 79 ◦ green 173 ◦ blue 128

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

Shades of Ocean Green #4FAD80

Tints of Ocean Green #4FAD80

RGB

 RED value IS 79 (31.25% from 255) = 20.79%

 GREEN value IS 173 (67.97% from 255) = 45.53%

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 20.79%
G = 45.53%
B = 33.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#4FAD80 (or 0x4FAD80) is known color: Ocean Green. HEX triplet: 4F, AD and 80. RGB value is (79,173,128). Sum of RGB (Red+Green+Blue) = 79+173+128=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #4FAD80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAD80 is #B0527F. Grayscale: #8B8B8B. Windows color (decimal): -11555456 or 8432975. OLE color: 8432975.

HSL color Cylindrical-coordinate representation of color #4FAD80: hue angle of 151.28º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAD80 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 173 128 -
CMYK 0.54 0 0.26 0.32
HSL 151.28º 0.37% 0.49% -
HSV(B) 151.28º 0.54% 0.68% -
XYZ 22.06 33.11 25.65 -
YUV 139.76 121.36 84.66 -
System Red Green Blue C M Y K H S L
Decimal 79 173 128 0.54 0 0.26 0.32 151.28 0.37 0.49
Hex 4F AD 80 36 0 1A 20 97 25 31
Octal 117 255 200 66 0 32 40 227 45 61
Binary 1001111 10101101 10000000 110110 0 11010 100000 10010111 100101 110001

Color Harmonies of #4FAD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAD80

Black with #4FAD80

Text Example


Text Example

White with #4FAD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FAD80; }

 p { color: rgb(79,173,128); }

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

background-color css

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

 a { background-color: rgb(79,173,128); }

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

border-color css

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

 span { border-color: rgb(79,173,128); }

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