#58A974

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

Shades of Ocean Green #58A974

Tints of Ocean Green #58A974

Color information

#58A974 (or 0x58A974) is unknown color: approx Ocean Green. HEX triplet: 58, A9 and 74. RGB value is (88,169,116). Sum of RGB (Red+Green+Blue) = 88+169+116=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #58A974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A974 is #A7568B. Grayscale: #8A8A8A. Windows color (decimal): -10966668 or 7645528. OLE color: 7645528.

HSL color Cylindrical-coordinate representation of color #58A974: hue angle of 140.74º 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 #58A974 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB88169116-
CMYK0.4800.310.34
HSL140.74º32.02%50.39%-
HSV(B)140.74º47.93%66.27%-
XYZ21.3631.7121.52-
YUV138.74115.1691.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 169 (66.41% from 255) = 45.31%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=23.59%
G=45.31%
B=31.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881691160.4800.310.34140.7432.0250.39
Hex58A9743001F228d2032
Octal13025116460037422154062
Binary101100010101001111010011000001111110001010001101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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