#58AB78

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

Shades of Ocean Green #58AB78

Tints of Ocean Green #58AB78

Color information

#58AB78 (or 0x58AB78) is unknown color: approx Ocean Green. HEX triplet: 58, AB and 78. RGB value is (88,171,120). Sum of RGB (Red+Green+Blue) = 88+171+120=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AB78 is #A75487. Grayscale: #8C8C8C. Windows color (decimal): -10966152 or 7908184. OLE color: 7908184.

HSL color Cylindrical-coordinate representation of color #58AB78: hue angle of 143.13º degrees, saturation: 0.33, 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 #58AB78 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB88171120-
CMYK0.4900.300.33
HSL143.13º33.07%50.78%-
HSV(B)143.13º48.54%67.06%-
XYZ21.9832.5622.9-
YUV140.37116.590.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=23.22%
G=45.12%
B=31.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881711200.4900.300.33143.1333.0750.78
Hex58AB783101E218f2133
Octal13025317061036412174163
Binary101100010101011111100011000101111010000110001111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,171,120); }

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

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

 a { background-color: rgb(88,171,120); }

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

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

 span { border-color: rgb(88,171,120); }

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