Html Css Color HEX #4EA175 Ocean Green

📋 copy color: '#4EA175'

red 78 ◦ green 161 ◦ blue 117

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

Shades of Ocean Green #4EA175

Tints of Ocean Green #4EA175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.22%

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 21.91%
G = 45.22%
B = 32.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#4EA175 (or 0x4EA175) is known color: Ocean Green. HEX triplet: 4E, A1 and 75. RGB value is (78,161,117). Sum of RGB (Red+Green+Blue) = 78+161+117=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA175 is #B15E8A. Grayscale: #838383. Windows color (decimal): -11624075 or 7709006. OLE color: 7709006.

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

Color convert

RGB 78 161 117 -
CMYK 0.52 0 0.27 0.37
HSL 148.19º 0.35% 0.47% -
HSV(B) 148.19º 0.52% 0.63% -
XYZ 19.1 28.39 21.3 -
YUV 131.17 120 90.08 -
System Red Green Blue C M Y K H S L
Decimal 78 161 117 0.52 0 0.27 0.37 148.19 0.35 0.47
Hex 4E A1 75 34 0 1B 25 94 23 2F
Octal 116 241 165 64 0 33 45 224 43 57
Binary 1001110 10100001 1110101 110100 0 11011 100101 10010100 100011 101111

Color Harmonies of #4EA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA175

Black with #4EA175

Text Example


Text Example

White with #4EA175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,161,117); }

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

background-color css

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

 a { background-color: rgb(78,161,117); }

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

border-color css

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

 span { border-color: rgb(78,161,117); }

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