Html Css Color HEX #4E987A Ocean Green

📋 copy color: '#4E987A'

red 78 ◦ green 152 ◦ blue 122

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

Shades of Ocean Green #4E987A

Tints of Ocean Green #4E987A

RGB

 RED value IS 78 (30.86% from 255) = 22.16%

 GREEN value IS 152 (59.77% from 255) = 43.18%

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 22.16%
G = 43.18%
B = 34.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#4E987A (or 0x4E987A) is known color: Ocean Green. HEX triplet: 4E, 98 and 7A. RGB value is (78,152,122). Sum of RGB (Red+Green+Blue) = 78+152+122=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #4E987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E987A is #B16785. Grayscale: #7E7E7E. Windows color (decimal): -11626374 or 8034382. OLE color: 8034382.

HSL color Cylindrical-coordinate representation of color #4E987A: hue angle of 155.68º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E987A is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 78 152 122 -
CMYK 0.49 0 0.20 0.40
HSL 155.68º 0.32% 0.45% -
HSV(B) 155.68º 0.49% 0.6% -
XYZ 17.88 25.48 22.39 -
YUV 126.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 78 152 122 0.49 0 0.20 0.40 155.68 0.32 0.45
Hex 4E 98 7A 31 0 14 28 9C 20 2D
Octal 116 230 172 61 0 24 50 234 40 55
Binary 1001110 10011000 1111010 110001 0 10100 101000 10011100 100000 101101

Color Harmonies of #4E987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E987A

Black with #4E987A

Text Example


Text Example

White with #4E987A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,152,122); }

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

background-color css

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

 a { background-color: rgb(78,152,122); }

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

border-color css

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

 span { border-color: rgb(78,152,122); }

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