Html Css Color HEX #4EA280 Ocean Green

📋 copy color: '#4EA280'

red 78 ◦ green 162 ◦ blue 128

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

Shades of Ocean Green #4EA280

Tints of Ocean Green #4EA280

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.02%

 BLUE value IS 128 (50.39% from 255) = 34.78%

R = 21.2%
G = 44.02%
B = 34.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#4EA280 (or 0x4EA280) is known color: Ocean Green. HEX triplet: 4E, A2 and 80. RGB value is (78,162,128). Sum of RGB (Red+Green+Blue) = 78+162+128=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA280 is #B15D7F. Grayscale: #858585. Windows color (decimal): -11623808 or 8430158. OLE color: 8430158.

HSL color Cylindrical-coordinate representation of color #4EA280: hue angle of 155.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA280 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 162 128 -
CMYK 0.52 0 0.21 0.36
HSL 155.71º 0.35% 0.47% -
HSV(B) 155.71º 0.52% 0.64% -
XYZ 19.96 29.02 24.97 -
YUV 133.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 78 162 128 0.52 0 0.21 0.36 155.71 0.35 0.47
Hex 4E A2 80 34 0 15 24 9C 23 2F
Octal 116 242 200 64 0 25 44 234 43 57
Binary 1001110 10100010 10000000 110100 0 10101 100100 10011100 100011 101111

Color Harmonies of #4EA280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA280

Black with #4EA280

Text Example


Text Example

White with #4EA280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,162,128); }

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

background-color css

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

 a { background-color: rgb(78,162,128); }

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

border-color css

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

 span { border-color: rgb(78,162,128); }

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