#58AB99

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

Shades of Keppel #58AB99

Tints of Keppel #58AB99

Color information

#58AB99 (or 0x58AB99) is unknown color: approx Keppel. HEX triplet: 58, AB and 99. RGB value is (88,171,153). Sum of RGB (Red+Green+Blue) = 88+171+153=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AB99 is #A75466. Grayscale: #909090. Windows color (decimal): -10966119 or 10070872. OLE color: 10070872.

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

Color convert

RGB88171153-
CMYK0.4900.110.33
HSL166.99º33.07%50.78%-
HSV(B)166.99º48.54%67.06%-
XYZ24.3433.535.32-
YUV144.1313387.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.36%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=21.36%
G=41.50%
B=37.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881711530.4900.110.33166.9933.0750.78
Hex58AB99310B21a72133
Octal13025323161013412474163
Binary101100010101011100110011100010101110000110100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,171,153); }

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

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

 a { background-color: rgb(88,171,153); }

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

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

 span { border-color: rgb(88,171,153); }

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