Html Css Color HEX #4EAC7B Ocean Green

📋 copy color: '#4EAC7B'

red 78 ◦ green 172 ◦ blue 123

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

Shades of Ocean Green #4EAC7B

Tints of Ocean Green #4EAC7B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.11%

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 20.91%
G = 46.11%
B = 32.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#4EAC7B (or 0x4EAC7B) is known color: Ocean Green. HEX triplet: 4E, AC and 7B. RGB value is (78,172,123). Sum of RGB (Red+Green+Blue) = 78+172+123=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAC7B is #B15384. Grayscale: #8A8A8A. Windows color (decimal): -11621253 or 8105038. OLE color: 8105038.

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

Color convert

RGB 78 172 123 -
CMYK 0.55 0 0.28 0.33
HSL 148.72º 0.38% 0.49% -
HSV(B) 148.72º 0.55% 0.67% -
XYZ 21.47 32.55 23.89 -
YUV 138.31 119.36 84.98 -
System Red Green Blue C M Y K H S L
Decimal 78 172 123 0.55 0 0.28 0.33 148.72 0.38 0.49
Hex 4E AC 7B 37 0 1C 21 95 26 31
Octal 116 254 173 67 0 34 41 225 46 61
Binary 1001110 10101100 1111011 110111 0 11100 100001 10010101 100110 110001

Color Harmonies of #4EAC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAC7B

Black with #4EAC7B

Text Example


Text Example

White with #4EAC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,172,123); }

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

background-color css

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

 a { background-color: rgb(78,172,123); }

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

border-color css

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

 span { border-color: rgb(78,172,123); }

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