#58AF82

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

Shades of Ocean Green #58AF82

Tints of Ocean Green #58AF82

Color information

#58AF82 (or 0x58AF82) is unknown color: approx Ocean Green. HEX triplet: 58, AF and 82. RGB value is (88,175,130). Sum of RGB (Red+Green+Blue) = 88+175+130=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AF82 is #A7507D. Grayscale: #8F8F8F. Windows color (decimal): -10965118 or 8564568. OLE color: 8564568.

HSL color Cylindrical-coordinate representation of color #58AF82: hue angle of 148.97º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58AF82 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB88175130-
CMYK0.5000.260.31
HSL148.97º35.22%51.57%-
HSV(B)148.97º49.71%68.63%-
XYZ23.3834.3526.52-
YUV143.86120.1888.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 175 (68.75% from 255) = 44.53%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=22.39%
G=44.53%
B=33.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881751300.5000.260.31148.9735.2251.57
Hex58AF823201A1F952334
Octal13025720262032372254364
Binary101100010101111100000101100100110101111110010101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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