Html Css Color HEX #5EA579 Ocean Green

📋 copy color: '#5EA579'

red 94 ◦ green 165 ◦ blue 121

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

Shades of Ocean Green #5EA579

Tints of Ocean Green #5EA579

RGB

 RED value IS 94 (37.11% from 255) = 24.74%

 GREEN value IS 165 (64.84% from 255) = 43.42%

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 24.74%
G = 43.42%
B = 31.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#5EA579 (or 0x5EA579) is known color: Ocean Green. HEX triplet: 5E, A5 and 79. RGB value is (94,165,121). Sum of RGB (Red+Green+Blue) = 94+165+121=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA579 is #A15A86. Grayscale: #8A8A8A. Windows color (decimal): -10574471 or 7972190. OLE color: 7972190.

HSL color Cylindrical-coordinate representation of color #5EA579: hue angle of 142.82º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA579 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 94 165 121 -
CMYK 0.43 0 0.27 0.35
HSL 142.82º 0.28% 0.51% -
HSV(B) 142.82º 0.43% 0.65% -
XYZ 21.52 30.67 22.87 -
YUV 138.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 94 165 121 0.43 0 0.27 0.35 142.82 0.28 0.51
Hex 5E A5 79 2B 0 1B 23 8F 1C 33
Octal 136 245 171 53 0 33 43 217 34 63
Binary 1011110 10100101 1111001 101011 0 11011 100011 10001111 11100 110011

Color Harmonies of #5EA579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA579

Black with #5EA579

Text Example


Text Example

White with #5EA579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EA579; }

 p { color: rgb(94,165,121); }

 H1.HeaderClassName
 {
   color: #5EA579;
 }
 .AnyTagClassName
 {
   color: #5EA579;
 }
</style>

background-color css

<style>
 a { background-color: #5EA579; }

 a { background-color: rgb(94,165,121); }

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

border-color css

<style>
 span { border-color: #5EA579; }

 span { border-color: rgb(94,165,121); }

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