#58AA71

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

Shades of Ocean Green #58AA71

Tints of Ocean Green #58AA71

Color information

#58AA71 (or 0x58AA71) is unknown color: approx Ocean Green. HEX triplet: 58, AA and 71. RGB value is (88,170,113). Sum of RGB (Red+Green+Blue) = 88+170+113=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AA71 is #A7558E. Grayscale: #8B8B8B. Windows color (decimal): -10966415 or 7449176. OLE color: 7449176.

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

Color convert

RGB88170113-
CMYK0.4800.340.33
HSL138.29º32.54%50.59%-
HSV(B)138.29º48.24%66.67%-
XYZ21.3832.0220.68-
YUV138.98113.3391.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 170 (66.80% from 255) = 45.82%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=23.72%
G=45.82%
B=30.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881701130.4800.340.33138.2932.5450.59
Hex58AA7130022218a2133
Octal13025216160042412124163
Binary1011000101010101110001110000010001010000110001010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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