#58AE96

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

Shades of Keppel #58AE96

Tints of Keppel #58AE96

Color information

#58AE96 (or 0x58AE96) is unknown color: approx Keppel. HEX triplet: 58, AE and 96. RGB value is (88,174,150). Sum of RGB (Red+Green+Blue) = 88+174+150=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #58AE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AE96 is #A75169. Grayscale: #919191. Windows color (decimal): -10965354 or 9875032. OLE color: 9875032.

HSL color Cylindrical-coordinate representation of color #58AE96: hue angle of 163.26º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AE96 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB88174150-
CMYK0.4900.140.32
HSL163.26º34.68%51.37%-
HSV(B)163.26º49.43%68.24%-
XYZ24.6734.5534.22-
YUV145.55130.5186.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.36%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=21.36%
G=42.23%
B=36.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881741500.4900.140.32163.2634.6851.37
Hex58AE96310E20a32333
Octal13025622661016402434363
Binary101100010101110100101101100010111010000010100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,174,150); }

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

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

 a { background-color: rgb(88,174,150); }

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

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

 span { border-color: rgb(88,174,150); }

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