#58B294

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

Shades of Keppel #58B294

Tints of Keppel #58B294

Color information

#58B294 (or 0x58B294) is unknown color: approx Keppel. HEX triplet: 58, B2 and 94. RGB value is (88,178,148). Sum of RGB (Red+Green+Blue) = 88+178+148=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #58B294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B294 is #A74D6B. Grayscale: #939393. Windows color (decimal): -10964332 or 9744984. OLE color: 9744984.

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

Color convert

RGB88178148-
CMYK0.5100.170.30
HSL160º36.89%52.16%-
HSV(B)160º50.56%69.8%-
XYZ25.2936.0533.64-
YUV147.67128.1885.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.26%
GREEN value IS 178 (69.92% from 255) = 43.00%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=21.26%
G=43.00%
B=35.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881781480.5100.170.3016036.8952.16
Hex58B294330111Ea02534
Octal13026222463021362404564
Binary101100010110010100101001100110100011111010100000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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