Html Css Color HEX #5EAC76 Ocean Green

📋 copy color: '#5EAC76'

red 94 ◦ green 172 ◦ blue 118

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

Shades of Ocean Green #5EAC76

Tints of Ocean Green #5EAC76

RGB

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

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

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

R = 24.48%
G = 44.79%
B = 30.73%

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

#5EAC76 (or 0x5EAC76) is known color: Ocean Green. HEX triplet: 5E, AC and 76. RGB value is (94,172,118). Sum of RGB (Red+Green+Blue) = 94+172+118=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC76 is #A15389. Grayscale: #8E8E8E. Windows color (decimal): -10572682 or 7777374. OLE color: 7777374.

HSL color Cylindrical-coordinate representation of color #5EAC76: hue angle of 138.46º 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 #5EAC76 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 172 118 -
CMYK 0.45 0 0.31 0.33
HSL 138.46º 0.32% 0.52% -
HSV(B) 138.46º 0.45% 0.67% -
XYZ 22.64 33.19 22.35 -
YUV 142.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 94 172 118 0.45 0 0.31 0.33 138.46 0.32 0.52
Hex 5E AC 76 2D 0 1F 21 8A 20 34
Octal 136 254 166 55 0 37 41 212 40 64
Binary 1011110 10101100 1110110 101101 0 11111 100001 10001010 100000 110100

Color Harmonies of #5EAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAC76

Black with #5EAC76

Text Example


Text Example

White with #5EAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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