Html Css Color HEX #5EAB7F Ocean Green

📋 copy color: '#5EAB7F'

red 94 ◦ green 171 ◦ blue 127

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

Shades of Ocean Green #5EAB7F

Tints of Ocean Green #5EAB7F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

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

R = 23.98%
G = 43.62%
B = 32.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#5EAB7F (or 0x5EAB7F) is known color: Ocean Green. HEX triplet: 5E, AB and 7F. RGB value is (94,171,127). Sum of RGB (Red+Green+Blue) = 94+171+127=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAB7F is #A15480. Grayscale: #8F8F8F. Windows color (decimal): -10572929 or 8366942. OLE color: 8366942.

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

Color convert

RGB 94 171 127 -
CMYK 0.45 0 0.26 0.33
HSL 145.71º 0.31% 0.52% -
HSV(B) 145.71º 0.45% 0.67% -
XYZ 23.01 33.04 25.24 -
YUV 142.96 118.99 93.08 -
System Red Green Blue C M Y K H S L
Decimal 94 171 127 0.45 0 0.26 0.33 145.71 0.31 0.52
Hex 5E AB 7F 2D 0 1A 21 92 1F 34
Octal 136 253 177 55 0 32 41 222 37 64
Binary 1011110 10101011 1111111 101101 0 11010 100001 10010010 11111 110100

Color Harmonies of #5EAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAB7F

Black with #5EAB7F

Text Example


Text Example

White with #5EAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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