#58A48E

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

Shades of Keppel #58A48E

Tints of Keppel #58A48E

Color information

#58A48E (or 0x58A48E) is unknown color: approx Keppel. HEX triplet: 58, A4 and 8E. RGB value is (88,164,142). Sum of RGB (Red+Green+Blue) = 88+164+142=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #58A48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A48E is #A75B71. Grayscale: #8A8A8A. Windows color (decimal): -10967922 or 9348184. OLE color: 9348184.

HSL color Cylindrical-coordinate representation of color #58A48E: hue angle of 162.63º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A48E is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB88164142-
CMYK0.4600.130.36
HSL162.63º30.16%49.41%-
HSV(B)162.63º46.34%64.31%-
XYZ22.1830.5830.32-
YUV138.77129.8291.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.34%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=22.34%
G=41.62%
B=36.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881641420.4600.130.36162.6330.1649.41
Hex58A48E2E0D24a31e31
Octal13024421656015442433661
Binary10110001010010010001110101110011011001001010001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,164,142); }

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

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

 a { background-color: rgb(88,164,142); }

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

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

 span { border-color: rgb(88,164,142); }

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