Html Css Color HEX #5EA978 Ocean Green

📋 copy color: '#5EA978'

red 94 ◦ green 169 ◦ blue 120

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

Shades of Ocean Green #5EA978

Tints of Ocean Green #5EA978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.13%

 BLUE value IS 120 (47.27% from 255) = 31.33%

R = 24.54%
G = 44.13%
B = 31.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#5EA978 (or 0x5EA978) is known color: Ocean Green. HEX triplet: 5E, A9 and 78. RGB value is (94,169,120). Sum of RGB (Red+Green+Blue) = 94+169+120=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA978 is #A15687. Grayscale: #8D8D8D. Windows color (decimal): -10573448 or 7907678. OLE color: 7907678.

HSL color Cylindrical-coordinate representation of color #5EA978: hue angle of 140.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA978 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 94 169 120 -
CMYK 0.44 0 0.29 0.34
HSL 140.8º 0.3% 0.52% -
HSV(B) 140.8º 0.44% 0.66% -
XYZ 22.19 32.11 22.8 -
YUV 140.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 94 169 120 0.44 0 0.29 0.34 140.8 0.3 0.52
Hex 5E A9 78 2C 0 1D 22 8D 1E 34
Octal 136 251 170 54 0 35 42 215 36 64
Binary 1011110 10101001 1111000 101100 0 11101 100010 10001101 11110 110100

Color Harmonies of #5EA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA978

Black with #5EA978

Text Example


Text Example

White with #5EA978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,169,120); }

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

background-color css

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

 a { background-color: rgb(94,169,120); }

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

border-color css

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

 span { border-color: rgb(94,169,120); }

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