#58BB95

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

Shades of Keppel #58BB95

Tints of Keppel #58BB95

Color information

#58BB95 (or 0x58BB95) is unknown color: approx Keppel. HEX triplet: 58, BB and 95. RGB value is (88,187,149). Sum of RGB (Red+Green+Blue) = 88+187+149=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BB95 is #A7446A. Grayscale: #999999. Windows color (decimal): -10962027 or 9812824. OLE color: 9812824.

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

Color convert

RGB88187149-
CMYK0.5300.200.27
HSL156.97º42.13%53.92%-
HSV(B)156.97º52.94%73.33%-
XYZ27.2239.7934.68-
YUV153.07125.781.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.75%
GREEN value IS 187 (73.44% from 255) = 44.10%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=20.75%
G=44.10%
B=35.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881871490.5300.200.27156.9742.1353.92
Hex58BB95350141B9d2a36
Octal13027322565024332355266
Binary101100010111011100101011101010101001101110011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,187,149); }

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

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

 a { background-color: rgb(88,187,149); }

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

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

 span { border-color: rgb(88,187,149); }

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