Html Css Color HEX #4FAE84 Ocean Green

📋 copy color: '#4FAE84'

red 79 ◦ green 174 ◦ blue 132

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

Shades of Ocean Green #4FAE84

Tints of Ocean Green #4FAE84

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.19%

 BLUE value IS 132 (51.95% from 255) = 34.29%

R = 20.52%
G = 45.19%
B = 34.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#4FAE84 (or 0x4FAE84) is known color: Ocean Green. HEX triplet: 4F, AE and 84. RGB value is (79,174,132). Sum of RGB (Red+Green+Blue) = 79+174+132=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAE84 is #B0517B. Grayscale: #8C8C8C. Windows color (decimal): -11555196 or 8695375. OLE color: 8695375.

HSL color Cylindrical-coordinate representation of color #4FAE84: hue angle of 153.47º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAE84 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 174 132 -
CMYK 0.55 0 0.24 0.32
HSL 153.47º 0.38% 0.5% -
HSV(B) 153.47º 0.55% 0.68% -
XYZ 22.53 33.6 27.13 -
YUV 140.81 123.03 83.92 -
System Red Green Blue C M Y K H S L
Decimal 79 174 132 0.55 0 0.24 0.32 153.47 0.38 0.5
Hex 4F AE 84 37 0 18 20 99 26 32
Octal 117 256 204 67 0 30 40 231 46 62
Binary 1001111 10101110 10000100 110111 0 11000 100000 10011001 100110 110010

Color Harmonies of #4FAE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAE84

Black with #4FAE84

Text Example


Text Example

White with #4FAE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,174,132); }

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

background-color css

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

 a { background-color: rgb(79,174,132); }

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

border-color css

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

 span { border-color: rgb(79,174,132); }

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