Html Css Color HEX #5EAF80 Ocean Green

📋 copy color: '#5EAF80'

red 94 ◦ green 175 ◦ blue 128

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

Shades of Ocean Green #5EAF80

Tints of Ocean Green #5EAF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.08%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 23.68%
G = 44.08%
B = 32.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#5EAF80 (or 0x5EAF80) is known color: Ocean Green. HEX triplet: 5E, AF and 80. RGB value is (94,175,128). Sum of RGB (Red+Green+Blue) = 94+175+128=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAF80 is #A1507F. Grayscale: #919191. Windows color (decimal): -10571904 or 8433502. OLE color: 8433502.

HSL color Cylindrical-coordinate representation of color #5EAF80: hue angle of 145.19º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAF80 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 175 128 -
CMYK 0.46 0 0.27 0.31
HSL 145.19º 0.34% 0.53% -
HSV(B) 145.19º 0.46% 0.69% -
XYZ 23.84 34.6 25.84 -
YUV 145.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 94 175 128 0.46 0 0.27 0.31 145.19 0.34 0.53
Hex 5E AF 80 2E 0 1B 1F 91 22 35
Octal 136 257 200 56 0 33 37 221 42 65
Binary 1011110 10101111 10000000 101110 0 11011 11111 10010001 100010 110101

Color Harmonies of #5EAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF80

Black with #5EAF80

Text Example


Text Example

White with #5EAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,175,128); }

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

background-color css

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

 a { background-color: rgb(94,175,128); }

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

border-color css

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

 span { border-color: rgb(94,175,128); }

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