Html Css Color HEX #5EAA7F Ocean Green

📋 copy color: '#5EAA7F'

red 94 ◦ green 170 ◦ blue 127

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

Shades of Ocean Green #5EAA7F

Tints of Ocean Green #5EAA7F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.48%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 24.04%
G = 43.48%
B = 32.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#5EAA7F (or 0x5EAA7F) is known color: Ocean Green. HEX triplet: 5E, AA and 7F. RGB value is (94,170,127). Sum of RGB (Red+Green+Blue) = 94+170+127=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA7F is #A15580. Grayscale: #8E8E8E. Windows color (decimal): -10573185 or 8366686. OLE color: 8366686.

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

Color convert

RGB 94 170 127 -
CMYK 0.45 0 0.25 0.33
HSL 146.05º 0.31% 0.52% -
HSV(B) 146.05º 0.45% 0.67% -
XYZ 22.82 32.66 25.18 -
YUV 142.37 119.32 93.5 -
System Red Green Blue C M Y K H S L
Decimal 94 170 127 0.45 0 0.25 0.33 146.05 0.31 0.52
Hex 5E AA 7F 2D 0 19 21 92 1F 34
Octal 136 252 177 55 0 31 41 222 37 64
Binary 1011110 10101010 1111111 101101 0 11001 100001 10010010 11111 110100

Color Harmonies of #5EAA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAA7F

Black with #5EAA7F

Text Example


Text Example

White with #5EAA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,170,127); }

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

background-color css

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

 a { background-color: rgb(94,170,127); }

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

border-color css

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

 span { border-color: rgb(94,170,127); }

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