#58A886

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

Shades of Ocean Green #58A886

Tints of Ocean Green #58A886

Color information

#58A886 (or 0x58A886) is unknown color: approx Ocean Green. HEX triplet: 58, A8 and 86. RGB value is (88,168,134). Sum of RGB (Red+Green+Blue) = 88+168+134=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #58A886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A886 is #A75779. Grayscale: #8C8C8C. Windows color (decimal): -10966906 or 8824920. OLE color: 8824920.

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

Color convert

RGB88168134-
CMYK0.4800.200.34
HSL154.5º31.5%50.2%-
HSV(B)154.5º47.62%65.88%-
XYZ22.3331.827.52-
YUV140.2124.590.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.56%
GREEN value IS 168 (66.02% from 255) = 43.08%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=22.56%
G=43.08%
B=34.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881681340.4800.200.34154.531.550.2
Hex58A88630014229a1f32
Octal13025020660024422323762
Binary101100010101000100001101100000101001000101001101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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