Html Css Color HEX #4AB386 Ocean Green

📋 copy color: '#4AB386'

red 74 ◦ green 179 ◦ blue 134

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

Shades of Ocean Green #4AB386

Tints of Ocean Green #4AB386

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.25%

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

R = 19.12%
G = 46.25%
B = 34.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#4AB386 (or 0x4AB386) is known color: Ocean Green. HEX triplet: 4A, B3 and 86. RGB value is (74,179,134). Sum of RGB (Red+Green+Blue) = 74+179+134=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB386 is #B54C79. Grayscale: #8E8E8E. Windows color (decimal): -11881594 or 8827722. OLE color: 8827722.

HSL color Cylindrical-coordinate representation of color #4AB386: hue angle of 154.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB386 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 74 179 134 -
CMYK 0.59 0 0.25 0.30
HSL 154.29º 0.42% 0.5% -
HSV(B) 154.29º 0.59% 0.7% -
XYZ 23.25 35.42 28.17 -
YUV 142.48 123.21 79.16 -
System Red Green Blue C M Y K H S L
Decimal 74 179 134 0.59 0 0.25 0.30 154.29 0.42 0.5
Hex 4A B3 86 3B 0 19 1E 9A 2A 32
Octal 112 263 206 73 0 31 36 232 52 62
Binary 1001010 10110011 10000110 111011 0 11001 11110 10011010 101010 110010

Color Harmonies of #4AB386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB386

Black with #4AB386

Text Example


Text Example

White with #4AB386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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