Html Css Color HEX #5EAC7F Ocean Green

📋 copy color: '#5EAC7F'

red 94 ◦ green 172 ◦ blue 127

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

Shades of Ocean Green #5EAC7F

Tints of Ocean Green #5EAC7F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.77%

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

R = 23.92%
G = 43.77%
B = 32.32%

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

#5EAC7F (or 0x5EAC7F) is known color: Ocean Green. HEX triplet: 5E, AC and 7F. RGB value is (94,172,127). Sum of RGB (Red+Green+Blue) = 94+172+127=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC7F is #A15380. Grayscale: #8F8F8F. Windows color (decimal): -10572673 or 8367198. OLE color: 8367198.

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

Color convert

RGB 94 172 127 -
CMYK 0.45 0 0.26 0.33
HSL 145.38º 0.32% 0.52% -
HSV(B) 145.38º 0.45% 0.67% -
XYZ 23.2 33.42 25.31 -
YUV 143.55 118.66 92.66 -
System Red Green Blue C M Y K H S L
Decimal 94 172 127 0.45 0 0.26 0.33 145.38 0.32 0.52
Hex 5E AC 7F 2D 0 1A 21 91 20 34
Octal 136 254 177 55 0 32 41 221 40 64
Binary 1011110 10101100 1111111 101101 0 11010 100001 10010001 100000 110100

Color Harmonies of #5EAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAC7F

Black with #5EAC7F

Text Example


Text Example

White with #5EAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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