#58B28E

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

Shades of Keppel #58B28E

Tints of Keppel #58B28E

Color information

#58B28E (or 0x58B28E) is unknown color: approx Keppel. HEX triplet: 58, B2 and 8E. RGB value is (88,178,142). Sum of RGB (Red+Green+Blue) = 88+178+142=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 178 - color contains mainly: green. Hex color #58B28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B28E is #A74D71. Grayscale: #939393. Windows color (decimal): -10964338 or 9351768. OLE color: 9351768.

HSL color Cylindrical-coordinate representation of color #58B28E: hue angle of 156º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B28E is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB88178142-
CMYK0.5100.200.30
HSL156º36.89%52.16%-
HSV(B)156º50.56%69.8%-
XYZ24.8335.8731.21-
YUV146.99125.1885.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.57%
GREEN value IS 178 (69.92% from 255) = 43.63%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=21.57%
G=43.63%
B=34.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881781420.5100.200.3015636.8952.16
Hex58B28E330141E9c2534
Octal13026221663024362344564
Binary101100010110010100011101100110101001111010011100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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