Html Css Color HEX #4AB986 Ocean Green

📋 copy color: '#4AB986'

red 74 ◦ green 185 ◦ blue 134

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

Shades of Ocean Green #4AB986

Tints of Ocean Green #4AB986

RGB

 RED value IS 74 (29.3% from 255) = 18.83%

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

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

R = 18.83%
G = 47.07%
B = 34.1%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#4AB986 (or 0x4AB986) is known color: Ocean Green. HEX triplet: 4A, B9 and 86. RGB value is (74,185,134). Sum of RGB (Red+Green+Blue) = 74+185+134=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB986 is #B54679. Grayscale: #929292. Windows color (decimal): -11880058 or 8829258. OLE color: 8829258.

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

Color convert

RGB 74 185 134 -
CMYK 0.6 0 0.28 0.27
HSL 152.43º 0.44% 0.51% -
HSV(B) 152.43º 0.6% 0.73% -
XYZ 24.48 37.88 28.57 -
YUV 146 121.23 76.65 -
System Red Green Blue C M Y K H S L
Decimal 74 185 134 0.6 0 0.28 0.27 152.43 0.44 0.51
Hex 4A B9 86 3C 0 1C 1B 98 2C 33
Octal 112 271 206 74 0 34 33 230 54 63
Binary 1001010 10111001 10000110 111100 0 11100 11011 10011000 101100 110011

Color Harmonies of #4AB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB986

Black with #4AB986

Text Example


Text Example

White with #4AB986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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