Html Css Color HEX #5EA676 Ocean Green

📋 copy color: '#5EA676'

red 94 ◦ green 166 ◦ blue 118

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

Shades of Ocean Green #5EA676

Tints of Ocean Green #5EA676

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.92%

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 24.87%
G = 43.92%
B = 31.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#5EA676 (or 0x5EA676) is known color: Ocean Green. HEX triplet: 5E, A6 and 76. RGB value is (94,166,118). Sum of RGB (Red+Green+Blue) = 94+166+118=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #5EA676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA676 is #A15989. Grayscale: #8B8B8B. Windows color (decimal): -10574218 or 7775838. OLE color: 7775838.

HSL color Cylindrical-coordinate representation of color #5EA676: hue angle of 140º degrees, saturation: 0.29, 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 #5EA676 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 94 166 118 -
CMYK 0.43 0 0.29 0.35
HSL 140º 0.29% 0.51% -
HSV(B) 140º 0.43% 0.65% -
XYZ 21.52 30.96 21.98 -
YUV 139 116.15 95.9 -
System Red Green Blue C M Y K H S L
Decimal 94 166 118 0.43 0 0.29 0.35 140 0.29 0.51
Hex 5E A6 76 2B 0 1D 23 8C 1D 33
Octal 136 246 166 53 0 35 43 214 35 63
Binary 1011110 10100110 1110110 101011 0 11101 100011 10001100 11101 110011

Color Harmonies of #5EA676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA676

Black with #5EA676

Text Example


Text Example

White with #5EA676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,166,118); }

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

background-color css

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

 a { background-color: rgb(94,166,118); }

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

border-color css

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

 span { border-color: rgb(94,166,118); }

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