Html Css Color HEX #4FB686 Ocean Green

📋 copy color: '#4FB686'

red 79 ◦ green 182 ◦ blue 134

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

Shades of Ocean Green #4FB686

Tints of Ocean Green #4FB686

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.08%

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

R = 20%
G = 46.08%
B = 33.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#4FB686 (or 0x4FB686) is known color: Ocean Green. HEX triplet: 4F, B6 and 86. RGB value is (79,182,134). Sum of RGB (Red+Green+Blue) = 79+182+134=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #4FB686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB686 is #B04979. Grayscale: #919191. Windows color (decimal): -11553146 or 8828495. OLE color: 8828495.

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

Color convert

RGB 79 182 134 -
CMYK 0.57 0 0.26 0.29
HSL 152.04º 0.41% 0.51% -
HSV(B) 152.04º 0.57% 0.71% -
XYZ 24.26 36.84 28.39 -
YUV 145.73 121.38 80.4 -
System Red Green Blue C M Y K H S L
Decimal 79 182 134 0.57 0 0.26 0.29 152.04 0.41 0.51
Hex 4F B6 86 39 0 1A 1D 98 29 33
Octal 117 266 206 71 0 32 35 230 51 63
Binary 1001111 10110110 10000110 111001 0 11010 11101 10011000 101001 110011

Color Harmonies of #4FB686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB686

Black with #4FB686

Text Example


Text Example

White with #4FB686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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