Html Css Color HEX #4FB486 Ocean Green

📋 copy color: '#4FB486'

red 79 ◦ green 180 ◦ blue 134

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

Shades of Ocean Green #4FB486

Tints of Ocean Green #4FB486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.8%

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 20.1%
G = 45.8%
B = 34.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#4FB486 (or 0x4FB486) is known color: Ocean Green. HEX triplet: 4F, B4 and 86. RGB value is (79,180,134). Sum of RGB (Red+Green+Blue) = 79+180+134=393 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.10% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB486 is #B04B79. Grayscale: #909090. Windows color (decimal): -11553658 or 8827983. OLE color: 8827983.

HSL color Cylindrical-coordinate representation of color #4FB486: hue angle of 152.67º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB486 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 180 134 -
CMYK 0.56 0 0.26 0.29
HSL 152.67º 0.4% 0.51% -
HSV(B) 152.67º 0.56% 0.71% -
XYZ 23.85 36.03 28.25 -
YUV 144.56 122.04 81.24 -
System Red Green Blue C M Y K H S L
Decimal 79 180 134 0.56 0 0.26 0.29 152.67 0.4 0.51
Hex 4F B4 86 38 0 1A 1D 99 28 33
Octal 117 264 206 70 0 32 35 231 50 63
Binary 1001111 10110100 10000110 111000 0 11010 11101 10011001 101000 110011

Color Harmonies of #4FB486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB486

Black with #4FB486

Text Example


Text Example

White with #4FB486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,180,134); }

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

background-color css

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

 a { background-color: rgb(79,180,134); }

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

border-color css

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

 span { border-color: rgb(79,180,134); }

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