#58AA95

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

Shades of Keppel #58AA95

Tints of Keppel #58AA95

Color information

#58AA95 (or 0x58AA95) is unknown color: approx Keppel. HEX triplet: 58, AA and 95. RGB value is (88,170,149). Sum of RGB (Red+Green+Blue) = 88+170+149=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AA95 is #A7556A. Grayscale: #8F8F8F. Windows color (decimal): -10966379 or 9808472. OLE color: 9808472.

HSL color Cylindrical-coordinate representation of color #58AA95: hue angle of 164.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AA95 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB88170149-
CMYK0.4800.120.33
HSL164.63º32.54%50.59%-
HSV(B)164.63º48.24%66.67%-
XYZ23.8232.9933.55-
YUV143.09131.3388.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.62%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=21.62%
G=41.77%
B=36.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881701490.4800.120.33164.6332.5450.59
Hex58AA95300C21a52133
Octal13025222560014412454163
Binary101100010101010100101011100000110010000110100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,170,149); }

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

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

 a { background-color: rgb(88,170,149); }

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

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

 span { border-color: rgb(88,170,149); }

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