#58AA73

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

Shades of Ocean Green #58AA73

Tints of Ocean Green #58AA73

Color information

#58AA73 (or 0x58AA73) is unknown color: approx Ocean Green. HEX triplet: 58, AA and 73. RGB value is (88,170,115). Sum of RGB (Red+Green+Blue) = 88+170+115=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AA73 is #A7558C. Grayscale: #8B8B8B. Windows color (decimal): -10966413 or 7580248. OLE color: 7580248.

HSL color Cylindrical-coordinate representation of color #58AA73: hue angle of 139.76º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AA73 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB88170115-
CMYK0.4800.320.33
HSL139.76º32.54%50.59%-
HSV(B)139.76º48.24%66.67%-
XYZ21.4932.0621.28-
YUV139.21114.3391.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=23.59%
G=45.58%
B=30.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881701150.4800.320.33139.7632.5450.59
Hex58AA7330020218c2133
Octal13025216360040412144163
Binary1011000101010101110011110000010000010000110001100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,170,115); }

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

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

 a { background-color: rgb(88,170,115); }

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

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

 span { border-color: rgb(88,170,115); }

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