#5EB37D

Color #5EB37D Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #5EB37D

Tints of Ocean Green #5EB37D

Color information

#5EB37D (or 0x5EB37D) is unknown color: approx Ocean Green. HEX triplet: 5E, B3 and 7D. RGB value is (94,179,125). Sum of RGB (Red+Green+Blue) = 94+179+125=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #5EB37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EB37D is #A14C82. Grayscale: #939393. Windows color (decimal): -10570883 or 8237918. OLE color: 8237918.

HSL color Cylindrical-coordinate representation of color #5EB37D: hue angle of 141.88º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EB37D is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB94179125-
CMYK0.4700.300.30
HSL141.88º35.86%53.53%-
HSV(B)141.88º47.49%70.2%-
XYZ24.4436.125.08-
YUV147.43115.3489.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.62%
GREEN value IS 179 (70.31% from 255) = 44.97%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=23.62%
G=44.97%
B=31.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal941791250.4700.300.30141.8835.8653.53
Hex5EB37D2F01E1E8e2436
Octal13626317557036362164466
Binary10111101011001111111011011110111101111010001110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,179,125); }

 H1.HeaderClassName
 {
   color: #5EB37D;
 }
 .AnyTagClassName
 {
   color: #5EB37D;
 }
</style>
background-color css

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

 a { background-color: rgb(94,179,125); }

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

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

 span { border-color: rgb(94,179,125); }

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