#58AF7E

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

Shades of Ocean Green #58AF7E

Tints of Ocean Green #58AF7E

Color information

#58AF7E (or 0x58AF7E) is unknown color: approx Ocean Green. HEX triplet: 58, AF and 7E. RGB value is (88,175,126). Sum of RGB (Red+Green+Blue) = 88+175+126=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AF7E is #A75081. Grayscale: #8F8F8F. Windows color (decimal): -10965122 or 8302424. OLE color: 8302424.

HSL color Cylindrical-coordinate representation of color #58AF7E: hue angle of 146.21º 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 #58AF7E is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB88175126-
CMYK0.5000.280.31
HSL146.21º35.22%51.57%-
HSV(B)146.21º49.71%68.63%-
XYZ23.1234.2425.13-
YUV143.4118.1888.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.62%
GREEN value IS 175 (68.75% from 255) = 44.99%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=22.62%
G=44.99%
B=32.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881751260.5000.280.31146.2135.2251.57
Hex58AF7E3201C1F922334
Octal13025717662034372224364
Binary10110001010111111111101100100111001111110010010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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