#58A58E

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

Shades of Keppel #58A58E

Tints of Keppel #58A58E

Color information

#58A58E (or 0x58A58E) is unknown color: approx Keppel. HEX triplet: 58, A5 and 8E. RGB value is (88,165,142). Sum of RGB (Red+Green+Blue) = 88+165+142=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #58A58E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A58E is #A75A71. Grayscale: #8B8B8B. Windows color (decimal): -10967666 or 9348440. OLE color: 9348440.

HSL color Cylindrical-coordinate representation of color #58A58E: hue angle of 162.08º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A58E is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB88165142-
CMYK0.4700.140.35
HSL162.08º30.43%49.61%-
HSV(B)162.08º46.67%64.71%-
XYZ22.3630.9430.38-
YUV139.35129.4991.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.28%
GREEN value IS 165 (64.84% from 255) = 41.77%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=22.28%
G=41.77%
B=35.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881651420.4700.140.35162.0830.4349.61
Hex58A58E2F0E23a21e32
Octal13024521657016432423662
Binary10110001010010110001110101111011101000111010001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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