#58B48E

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

Shades of Keppel #58B48E

Tints of Keppel #58B48E

Color information

#58B48E (or 0x58B48E) is unknown color: approx Keppel. HEX triplet: 58, B4 and 8E. RGB value is (88,180,142). Sum of RGB (Red+Green+Blue) = 88+180+142=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #58B48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B48E is #A74B71. Grayscale: #949494. Windows color (decimal): -10963826 or 9352280. OLE color: 9352280.

HSL color Cylindrical-coordinate representation of color #58B48E: hue angle of 155.22º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B48E is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB88180142-
CMYK0.5100.210.29
HSL155.22º38.02%52.55%-
HSV(B)155.22º51.11%70.59%-
XYZ25.2336.6731.34-
YUV148.16124.5285.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.46%
GREEN value IS 180 (70.70% from 255) = 43.90%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=21.46%
G=43.90%
B=34.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881801420.5100.210.29155.2238.0252.55
Hex58B48E330151D9b2635
Octal13026421663025352334665
Binary101100010110100100011101100110101011110110011011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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