#58BC95

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

Shades of Keppel #58BC95

Tints of Keppel #58BC95

Color information

#58BC95 (or 0x58BC95) is unknown color: approx Keppel. HEX triplet: 58, BC and 95. RGB value is (88,188,149). Sum of RGB (Red+Green+Blue) = 88+188+149=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BC95 is #A7436A. Grayscale: #999999. Windows color (decimal): -10961771 or 9813080. OLE color: 9813080.

HSL color Cylindrical-coordinate representation of color #58BC95: hue angle of 156.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BC95 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB88188149-
CMYK0.5300.210.26
HSL156.6º42.74%54.12%-
HSV(B)156.6º53.19%73.73%-
XYZ27.4340.2134.75-
YUV153.65125.3781.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.71%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=20.71%
G=44.24%
B=35.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881881490.5300.210.26156.642.7454.12
Hex58BC95350151A9d2b36
Octal13027422565025322355366
Binary101100010111100100101011101010101011101010011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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