#58A986

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

Shades of Ocean Green #58A986

Tints of Ocean Green #58A986

Color information

#58A986 (or 0x58A986) is unknown color: approx Ocean Green. HEX triplet: 58, A9 and 86. RGB value is (88,169,134). Sum of RGB (Red+Green+Blue) = 88+169+134=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #58A986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A986 is #A75679. Grayscale: #8C8C8C. Windows color (decimal): -10966650 or 8825176. OLE color: 8825176.

HSL color Cylindrical-coordinate representation of color #58A986: hue angle of 154.07º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A986 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB88169134-
CMYK0.4800.210.34
HSL154.07º32.02%50.39%-
HSV(B)154.07º47.93%66.27%-
XYZ22.5232.1727.58-
YUV140.79124.1690.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.51%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=22.51%
G=43.22%
B=34.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881691340.4800.210.34154.0732.0250.39
Hex58A98630015229a2032
Octal13025120660025422324062
Binary1011000101010011000011011000001010110001010011010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A986; }

 p { color: rgb(88,169,134); }

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

<style>
 a { background-color: #58A986; }

 a { background-color: rgb(88,169,134); }

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

<style>
 span { border-color: #58A986; }

 span { border-color: rgb(88,169,134); }

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