Html Css Color HEX #5EB17A Ocean Green

📋 copy color: '#5EB17A'

red 94 ◦ green 177 ◦ blue 122

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

Shades of Ocean Green #5EB17A

Tints of Ocean Green #5EB17A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.04%

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 23.92%
G = 45.04%
B = 31.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#5EB17A (or 0x5EB17A) is known color: Ocean Green. HEX triplet: 5E, B1 and 7A. RGB value is (94,177,122). Sum of RGB (Red+Green+Blue) = 94+177+122=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #5EB17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EB17A is #A14E85. Grayscale: #929292. Windows color (decimal): -10571398 or 8040798. OLE color: 8040798.

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

Color convert

RGB 94 177 122 -
CMYK 0.47 0 0.31 0.31
HSL 140.24º 0.35% 0.53% -
HSV(B) 140.24º 0.47% 0.69% -
XYZ 23.85 35.23 23.96 -
YUV 145.91 114.5 90.97 -
System Red Green Blue C M Y K H S L
Decimal 94 177 122 0.47 0 0.31 0.31 140.24 0.35 0.53
Hex 5E B1 7A 2F 0 1F 1F 8C 23 35
Octal 136 261 172 57 0 37 37 214 43 65
Binary 1011110 10110001 1111010 101111 0 11111 11111 10001100 100011 110101

Color Harmonies of #5EB17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EB17A

Black with #5EB17A

Text Example


Text Example

White with #5EB17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,177,122); }

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

background-color css

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

 a { background-color: rgb(94,177,122); }

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

border-color css

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

 span { border-color: rgb(94,177,122); }

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