#58AC82

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

Shades of Ocean Green #58AC82

Tints of Ocean Green #58AC82

Color information

#58AC82 (or 0x58AC82) is unknown color: approx Ocean Green. HEX triplet: 58, AC and 82. RGB value is (88,172,130). Sum of RGB (Red+Green+Blue) = 88+172+130=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #58AC82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AC82 is #A7537D. Grayscale: #8E8E8E. Windows color (decimal): -10965886 or 8563800. OLE color: 8563800.

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

Color convert

RGB88172130-
CMYK0.4900.240.33
HSL150º33.6%50.98%-
HSV(B)150º48.84%67.45%-
XYZ22.8133.1926.32-
YUV142.1121.1789.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.56%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 130 (51.17% from 255) = 33.33%
R=22.56%
G=44.10%
B=33.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881721300.4900.240.3315033.650.98
Hex58AC823101821962233
Octal13025420261030412264263
Binary1011000101011001000001011000101100010000110010110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,172,130); }

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

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

 a { background-color: rgb(88,172,130); }

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

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

 span { border-color: rgb(88,172,130); }

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