Html Css Color HEX #4AB286 Ocean Green

📋 copy color: '#4AB286'

red 74 ◦ green 178 ◦ blue 134

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

Shades of Ocean Green #4AB286

Tints of Ocean Green #4AB286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.11%

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

R = 19.17%
G = 46.11%
B = 34.72%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#4AB286 (or 0x4AB286) is known color: Ocean Green. HEX triplet: 4A, B2 and 86. RGB value is (74,178,134). Sum of RGB (Red+Green+Blue) = 74+178+134=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB286 is #B54D79. Grayscale: #8D8D8D. Windows color (decimal): -11881850 or 8827466. OLE color: 8827466.

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

Color convert

RGB 74 178 134 -
CMYK 0.58 0 0.25 0.30
HSL 154.62º 0.41% 0.49% -
HSV(B) 154.62º 0.58% 0.7% -
XYZ 23.05 35.02 28.1 -
YUV 141.89 123.54 79.58 -
System Red Green Blue C M Y K H S L
Decimal 74 178 134 0.58 0 0.25 0.30 154.62 0.41 0.49
Hex 4A B2 86 3A 0 19 1E 9B 29 31
Octal 112 262 206 72 0 31 36 233 51 61
Binary 1001010 10110010 10000110 111010 0 11001 11110 10011011 101001 110001

Color Harmonies of #4AB286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB286

Black with #4AB286

Text Example


Text Example

White with #4AB286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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