Html Css Color HEX #5EA97A Ocean Green

📋 copy color: '#5EA97A'

red 94 ◦ green 169 ◦ blue 122

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

Shades of Ocean Green #5EA97A

Tints of Ocean Green #5EA97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 24.42%
G = 43.9%
B = 31.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#5EA97A (or 0x5EA97A) is known color: Ocean Green. HEX triplet: 5E, A9 and 7A. RGB value is (94,169,122). Sum of RGB (Red+Green+Blue) = 94+169+122=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA97A is #A15685. Grayscale: #8D8D8D. Windows color (decimal): -10573446 or 8038750. OLE color: 8038750.

HSL color Cylindrical-coordinate representation of color #5EA97A: hue angle of 142.4º 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 #5EA97A is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 94 169 122 -
CMYK 0.44 0 0.28 0.34
HSL 142.4º 0.3% 0.52% -
HSV(B) 142.4º 0.44% 0.66% -
XYZ 22.32 32.16 23.44 -
YUV 141.22 117.15 94.32 -
System Red Green Blue C M Y K H S L
Decimal 94 169 122 0.44 0 0.28 0.34 142.4 0.3 0.52
Hex 5E A9 7A 2C 0 1C 22 8E 1E 34
Octal 136 251 172 54 0 34 42 216 36 64
Binary 1011110 10101001 1111010 101100 0 11100 100010 10001110 11110 110100

Color Harmonies of #5EA97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA97A

Black with #5EA97A

Text Example


Text Example

White with #5EA97A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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