#58BE96

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

Shades of Keppel #58BE96

Tints of Keppel #58BE96

Color information

#58BE96 (or 0x58BE96) is unknown color: approx Keppel. HEX triplet: 58, BE and 96. RGB value is (88,190,150). Sum of RGB (Red+Green+Blue) = 88+190+150=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #58BE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BE96 is #A74169. Grayscale: #9B9B9B. Windows color (decimal): -10961258 or 9879128. OLE color: 9879128.

HSL color Cylindrical-coordinate representation of color #58BE96: hue angle of 156.47º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BE96 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB88190150-
CMYK0.5400.210.25
HSL156.47º43.97%54.51%-
HSV(B)156.47º53.68%74.51%-
XYZ27.9441.135.32-
YUV154.94125.2180.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.56%
GREEN value IS 190 (74.61% from 255) = 44.39%
BLUE value IS 150 (58.98% from 255) = 35.05%
R=20.56%
G=44.39%
B=35.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881901500.5400.210.25156.4743.9754.51
Hex58BE9636015199c2c37
Octal13027622666025312345467
Binary101100010111110100101101101100101011100110011100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,190,150); }

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

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

 a { background-color: rgb(88,190,150); }

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

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

 span { border-color: rgb(88,190,150); }

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