#58AA9B

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

Shades of Keppel #58AA9B

Tints of Keppel #58AA9B

Color information

#58AA9B (or 0x58AA9B) is unknown color: approx Keppel. HEX triplet: 58, AA and 9B. RGB value is (88,170,155). Sum of RGB (Red+Green+Blue) = 88+170+155=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AA9B is #A75564. Grayscale: #8F8F8F. Windows color (decimal): -10966373 or 10201688. OLE color: 10201688.

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

Color convert

RGB88170155-
CMYK0.4800.090.33
HSL169.02º32.54%50.59%-
HSV(B)169.02º48.24%66.67%-
XYZ24.3233.1936.14-
YUV143.77134.3388.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.31%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 155 (60.94% from 255) = 37.53%
R=21.31%
G=41.16%
B=37.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881701550.4800.090.33169.0232.5450.59
Hex58AA9B300921a92133
Octal13025223360011412514163
Binary101100010101010100110111100000100110000110101001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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