#58AB70

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

Shades of Ocean Green #58AB70

Tints of Ocean Green #58AB70

Color information

#58AB70 (or 0x58AB70) is unknown color: approx Ocean Green. HEX triplet: 58, AB and 70. RGB value is (88,171,112). Sum of RGB (Red+Green+Blue) = 88+171+112=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AB70 is #A7548F. Grayscale: #8B8B8B. Windows color (decimal): -10966160 or 7383896. OLE color: 7383896.

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

Color convert

RGB88171112-
CMYK0.4900.350.33
HSL137.35º33.07%50.78%-
HSV(B)137.35º48.54%67.06%-
XYZ21.5132.3720.44-
YUV139.46112.591.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 171 (67.19% from 255) = 46.09%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=23.72%
G=46.09%
B=30.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881711120.4900.350.33137.3533.0750.78
Hex58AB703102321892133
Octal13025316061043412114163
Binary1011000101010111110000110001010001110000110001001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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