#58B498

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

Shades of Keppel #58B498

Tints of Keppel #58B498

Color information

#58B498 (or 0x58B498) is unknown color: approx Keppel. HEX triplet: 58, B4 and 98. RGB value is (88,180,152). Sum of RGB (Red+Green+Blue) = 88+180+152=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #58B498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B498 is #A74B67. Grayscale: #959595. Windows color (decimal): -10963816 or 10007640. OLE color: 10007640.

HSL color Cylindrical-coordinate representation of color #58B498: hue angle of 161.74º 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 #58B498 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB88180152-
CMYK0.5100.160.29
HSL161.74º38.02%52.55%-
HSV(B)161.74º51.11%70.59%-
XYZ26.0136.9835.47-
YUV149.3129.5284.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.95%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=20.95%
G=42.86%
B=36.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881801520.5100.160.29161.7438.0252.55
Hex58B498330101Da22635
Octal13026423063020352424665
Binary101100010110100100110001100110100001110110100010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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