Html Css Color HEX #4FB682 Ocean Green

📋 copy color: '#4FB682'

red 79 ◦ green 182 ◦ blue 130

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

Shades of Ocean Green #4FB682

Tints of Ocean Green #4FB682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.25%

R = 20.2%
G = 46.55%
B = 33.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#4FB682 (or 0x4FB682) is known color: Ocean Green. HEX triplet: 4F, B6 and 82. RGB value is (79,182,130). Sum of RGB (Red+Green+Blue) = 79+182+130=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #4FB682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB682 is #B0497D. Grayscale: #919191. Windows color (decimal): -11553150 or 8566351. OLE color: 8566351.

HSL color Cylindrical-coordinate representation of color #4FB682: hue angle of 149.71º 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 #4FB682 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 182 130 -
CMYK 0.57 0 0.29 0.29
HSL 149.71º 0.41% 0.51% -
HSV(B) 149.71º 0.57% 0.71% -
XYZ 23.98 36.73 26.94 -
YUV 145.28 119.38 80.73 -
System Red Green Blue C M Y K H S L
Decimal 79 182 130 0.57 0 0.29 0.29 149.71 0.41 0.51
Hex 4F B6 82 39 0 1D 1D 96 29 33
Octal 117 266 202 71 0 35 35 226 51 63
Binary 1001111 10110110 10000010 111001 0 11101 11101 10010110 101001 110011

Color Harmonies of #4FB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB682

Black with #4FB682

Text Example


Text Example

White with #4FB682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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