#5EA973

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

Shades of Ocean Green #5EA973

Tints of Ocean Green #5EA973

Color information

#5EA973 (or 0x5EA973) is unknown color: approx Ocean Green. HEX triplet: 5E, A9 and 73. RGB value is (94,169,115). Sum of RGB (Red+Green+Blue) = 94+169+115=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA973 is #A1568C. Grayscale: #8C8C8C. Windows color (decimal): -10573453 or 7579998. OLE color: 7579998.

HSL color Cylindrical-coordinate representation of color #5EA973: hue angle of 136.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA973 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB94169115-
CMYK0.4400.320.34
HSL136.8º30.36%51.57%-
HSV(B)136.8º44.38%66.27%-
XYZ21.931.9921.24-
YUV140.42113.6594.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.87%
GREEN value IS 169 (66.41% from 255) = 44.71%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=24.87%
G=44.71%
B=30.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal941691150.4400.320.34136.830.3651.57
Hex5EA9732C02022891e34
Octal13625116354040422113664
Binary101111010101001111001110110001000001000101000100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,169,115); }

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

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

 a { background-color: rgb(94,169,115); }

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

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

 span { border-color: rgb(94,169,115); }

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