Html Css Color HEX #5EAD81 Ocean Green

📋 copy color: '#5EAD81'

red 94 ◦ green 173 ◦ blue 129

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

Shades of Ocean Green #5EAD81

Tints of Ocean Green #5EAD81

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.69%

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 23.74%
G = 43.69%
B = 32.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#5EAD81 (or 0x5EAD81) is known color: Ocean Green. HEX triplet: 5E, AD and 81. RGB value is (94,173,129). Sum of RGB (Red+Green+Blue) = 94+173+129=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAD81 is #A1527E. Grayscale: #909090. Windows color (decimal): -10572415 or 8498526. OLE color: 8498526.

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

Color convert

RGB 94 173 129 -
CMYK 0.46 0 0.25 0.32
HSL 146.58º 0.33% 0.52% -
HSV(B) 146.58º 0.46% 0.68% -
XYZ 23.52 33.85 26.06 -
YUV 144.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 94 173 129 0.46 0 0.25 0.32 146.58 0.33 0.52
Hex 5E AD 81 2E 0 19 20 93 21 34
Octal 136 255 201 56 0 31 40 223 41 64
Binary 1011110 10101101 10000001 101110 0 11001 100000 10010011 100001 110100

Color Harmonies of #5EAD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAD81

Black with #5EAD81

Text Example


Text Example

White with #5EAD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,173,129); }

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

background-color css

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

 a { background-color: rgb(94,173,129); }

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

border-color css

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

 span { border-color: rgb(94,173,129); }

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