Html Css Color HEX #4CB986 Ocean Green

📋 copy color: '#4CB986'

red 76 ◦ green 185 ◦ blue 134

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

Shades of Ocean Green #4CB986

Tints of Ocean Green #4CB986

RGB

 RED value IS 76 (30.08% from 255) = 19.24%

 GREEN value IS 185 (72.66% from 255) = 46.84%

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

R = 19.24%
G = 46.84%
B = 33.92%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#4CB986 (or 0x4CB986) is known color: Ocean Green. HEX triplet: 4C, B9 and 86. RGB value is (76,185,134). Sum of RGB (Red+Green+Blue) = 76+185+134=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB986 is #B34679. Grayscale: #929292. Windows color (decimal): -11748986 or 8829260. OLE color: 8829260.

HSL color Cylindrical-coordinate representation of color #4CB986: hue angle of 151.93º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB986 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 185 134 -
CMYK 0.59 0 0.28 0.27
HSL 151.93º 0.44% 0.51% -
HSV(B) 151.93º 0.59% 0.73% -
XYZ 24.63 37.96 28.58 -
YUV 146.6 120.89 77.65 -
System Red Green Blue C M Y K H S L
Decimal 76 185 134 0.59 0 0.28 0.27 151.93 0.44 0.51
Hex 4C B9 86 3B 0 1C 1B 98 2C 33
Octal 114 271 206 73 0 34 33 230 54 63
Binary 1001100 10111001 10000110 111011 0 11100 11011 10011000 101100 110011

Color Harmonies of #4CB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB986

Black with #4CB986

Text Example


Text Example

White with #4CB986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,185,134); }

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

background-color css

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

 a { background-color: rgb(76,185,134); }

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

border-color css

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

 span { border-color: rgb(76,185,134); }

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