Html Css Color HEX #4E9C7B Ocean Green

📋 copy color: '#4E9C7B'

red 78 ◦ green 156 ◦ blue 123

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

Shades of Ocean Green #4E9C7B

Tints of Ocean Green #4E9C7B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.7%

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

R = 21.85%
G = 43.7%
B = 34.45%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#4E9C7B (or 0x4E9C7B) is known color: Ocean Green. HEX triplet: 4E, 9C and 7B. RGB value is (78,156,123). Sum of RGB (Red+Green+Blue) = 78+156+123=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #4E9C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9C7B is #B16384. Grayscale: #808080. Windows color (decimal): -11625349 or 8100942. OLE color: 8100942.

HSL color Cylindrical-coordinate representation of color #4E9C7B: hue angle of 154.62º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9C7B is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 156 123 -
CMYK 0.5 0 0.21 0.39
HSL 154.62º 0.33% 0.46% -
HSV(B) 154.62º 0.5% 0.61% -
XYZ 18.61 26.83 22.94 -
YUV 128.92 124.66 91.68 -
System Red Green Blue C M Y K H S L
Decimal 78 156 123 0.5 0 0.21 0.39 154.62 0.33 0.46
Hex 4E 9C 7B 32 0 15 27 9B 21 2E
Octal 116 234 173 62 0 25 47 233 41 56
Binary 1001110 10011100 1111011 110010 0 10101 100111 10011011 100001 101110

Color Harmonies of #4E9C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9C7B

Black with #4E9C7B

Text Example


Text Example

White with #4E9C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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