#58AB6D

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

Shades of Ocean Green #58AB6D

Tints of Ocean Green #58AB6D

Color information

#58AB6D (or 0x58AB6D) is unknown color: approx Ocean Green. HEX triplet: 58, AB and 6D. RGB value is (88,171,109). Sum of RGB (Red+Green+Blue) = 88+171+109=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AB6D is #A75492. Grayscale: #8B8B8B. Windows color (decimal): -10966163 or 7187288. OLE color: 7187288.

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

Color convert

RGB88171109-
CMYK0.4900.360.33
HSL135.18º33.07%50.78%-
HSV(B)135.18º48.54%67.06%-
XYZ21.3532.319.58-
YUV139.1111191.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 171 (67.19% from 255) = 46.47%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=23.91%
G=46.47%
B=29.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881711090.4900.360.33135.1833.0750.78
Hex58AB6D3102421872133
Octal13025315561044412074163
Binary1011000101010111101101110001010010010000110000111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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