Html Css Color HEX #5EA775 Ocean Green

📋 copy color: '#5EA775'

red 94 ◦ green 167 ◦ blue 117

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

Shades of Ocean Green #5EA775

Tints of Ocean Green #5EA775

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.18%

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

R = 24.87%
G = 44.18%
B = 30.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#5EA775 (or 0x5EA775) is known color: Ocean Green. HEX triplet: 5E, A7 and 75. RGB value is (94,167,117). Sum of RGB (Red+Green+Blue) = 94+167+117=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #5EA775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA775 is #A1588A. Grayscale: #8B8B8B. Windows color (decimal): -10573963 or 7710558. OLE color: 7710558.

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

Color convert

RGB 94 167 117 -
CMYK 0.44 0 0.30 0.35
HSL 138.9º 0.29% 0.51% -
HSV(B) 138.9º 0.44% 0.65% -
XYZ 21.65 31.3 21.73 -
YUV 139.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 94 167 117 0.44 0 0.30 0.35 138.9 0.29 0.51
Hex 5E A7 75 2C 0 1E 23 8B 1D 33
Octal 136 247 165 54 0 36 43 213 35 63
Binary 1011110 10100111 1110101 101100 0 11110 100011 10001011 11101 110011

Color Harmonies of #5EA775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA775

Black with #5EA775

Text Example


Text Example

White with #5EA775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,167,117); }

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

background-color css

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

 a { background-color: rgb(94,167,117); }

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

border-color css

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

 span { border-color: rgb(94,167,117); }

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