Html Css Color HEX #5EAC77 Ocean Green

📋 copy color: '#5EAC77'

red 94 ◦ green 172 ◦ blue 119

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

Shades of Ocean Green #5EAC77

Tints of Ocean Green #5EAC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.68%

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 24.42%
G = 44.68%
B = 30.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#5EAC77 (or 0x5EAC77) is known color: Ocean Green. HEX triplet: 5E, AC and 77. RGB value is (94,172,119). Sum of RGB (Red+Green+Blue) = 94+172+119=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC77 is #A15388. Grayscale: #8E8E8E. Windows color (decimal): -10572681 or 7842910. OLE color: 7842910.

HSL color Cylindrical-coordinate representation of color #5EAC77: hue angle of 139.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAC77 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 172 119 -
CMYK 0.45 0 0.31 0.33
HSL 139.23º 0.32% 0.52% -
HSV(B) 139.23º 0.45% 0.67% -
XYZ 22.7 33.22 22.67 -
YUV 142.64 114.66 93.31 -
System Red Green Blue C M Y K H S L
Decimal 94 172 119 0.45 0 0.31 0.33 139.23 0.32 0.52
Hex 5E AC 77 2D 0 1F 21 8B 20 34
Octal 136 254 167 55 0 37 41 213 40 64
Binary 1011110 10101100 1110111 101101 0 11111 100001 10001011 100000 110100

Color Harmonies of #5EAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAC77

Black with #5EAC77

Text Example


Text Example

White with #5EAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,172,119); }

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

background-color css

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

 a { background-color: rgb(94,172,119); }

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

border-color css

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

 span { border-color: rgb(94,172,119); }

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