Html Css Color HEX #4E9F7B Ocean Green

📋 copy color: '#4E9F7B'

red 78 ◦ green 159 ◦ blue 123

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

Shades of Ocean Green #4E9F7B

Tints of Ocean Green #4E9F7B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.17%

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

R = 21.67%
G = 44.17%
B = 34.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#4E9F7B (or 0x4E9F7B) is known color: Ocean Green. HEX triplet: 4E, 9F and 7B. RGB value is (78,159,123). Sum of RGB (Red+Green+Blue) = 78+159+123=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9F7B is #B16084. Grayscale: #828282. Windows color (decimal): -11624581 or 8101710. OLE color: 8101710.

HSL color Cylindrical-coordinate representation of color #4E9F7B: hue angle of 153.33º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9F7B is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 159 123 -
CMYK 0.51 0 0.23 0.38
HSL 153.33º 0.34% 0.46% -
HSV(B) 153.33º 0.51% 0.62% -
XYZ 19.12 27.85 23.11 -
YUV 130.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 78 159 123 0.51 0 0.23 0.38 153.33 0.34 0.46
Hex 4E 9F 7B 33 0 17 26 99 22 2E
Octal 116 237 173 63 0 27 46 231 42 56
Binary 1001110 10011111 1111011 110011 0 10111 100110 10011001 100010 101110

Color Harmonies of #4E9F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9F7B

Black with #4E9F7B

Text Example


Text Example

White with #4E9F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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