#58B99A

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

Shades of Keppel #58B99A

Tints of Keppel #58B99A

Color information

#58B99A (or 0x58B99A) is unknown color: approx Keppel. HEX triplet: 58, B9 and 9A. RGB value is (88,185,154). Sum of RGB (Red+Green+Blue) = 88+185+154=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #58B99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B99A is #A74665. Grayscale: #989898. Windows color (decimal): -10962534 or 10139992. OLE color: 10139992.

HSL color Cylindrical-coordinate representation of color #58B99A: hue angle of 160.82º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B99A is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB88185154-
CMYK0.5200.170.27
HSL160.82º40.93%53.53%-
HSV(B)160.82º52.43%72.55%-
XYZ27.2139.1136.69-
YUV152.46128.8682.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.61%
GREEN value IS 185 (72.66% from 255) = 43.33%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=20.61%
G=43.33%
B=36.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881851540.5200.170.27160.8240.9353.53
Hex58B99A340111Ba12936
Octal13027123264021332415166
Binary101100010111001100110101101000100011101110100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,185,154); }

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

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

 a { background-color: rgb(88,185,154); }

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

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

 span { border-color: rgb(88,185,154); }

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