Html Css Color HEX #4EAE7F Ocean Green

📋 copy color: '#4EAE7F'

red 78 ◦ green 174 ◦ blue 127

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

Shades of Ocean Green #4EAE7F

Tints of Ocean Green #4EAE7F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.91%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 20.58%
G = 45.91%
B = 33.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#4EAE7F (or 0x4EAE7F) is known color: Ocean Green. HEX triplet: 4E, AE and 7F. RGB value is (78,174,127). Sum of RGB (Red+Green+Blue) = 78+174+127=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAE7F is #B15180. Grayscale: #8C8C8C. Windows color (decimal): -11620737 or 8367694. OLE color: 8367694.

HSL color Cylindrical-coordinate representation of color #4EAE7F: hue angle of 150.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAE7F is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 174 127 -
CMYK 0.55 0 0.27 0.32
HSL 150.63º 0.38% 0.49% -
HSV(B) 150.63º 0.55% 0.68% -
XYZ 22.11 33.42 25.36 -
YUV 139.94 120.7 83.82 -
System Red Green Blue C M Y K H S L
Decimal 78 174 127 0.55 0 0.27 0.32 150.63 0.38 0.49
Hex 4E AE 7F 37 0 1B 20 97 26 31
Octal 116 256 177 67 0 33 40 227 46 61
Binary 1001110 10101110 1111111 110111 0 11011 100000 10010111 100110 110001

Color Harmonies of #4EAE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAE7F

Black with #4EAE7F

Text Example


Text Example

White with #4EAE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,174,127); }

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

background-color css

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

 a { background-color: rgb(78,174,127); }

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

border-color css

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

 span { border-color: rgb(78,174,127); }

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